Improved documentation for customization (#287)

* move constants to new file, and update documentation

* documentation improvements, deploy checks tests

* fix pylint

* improved code style

* swap build and check
This commit is contained in:
kaczmarczyck
2021-02-19 14:20:23 +01:00
committed by GitHub
parent 6480682d95
commit f11a838cc7
9 changed files with 319 additions and 129 deletions

View File

@@ -127,7 +127,7 @@ pub fn process_config(
#[cfg(test)]
mod test {
use super::*;
use crate::ctap::ENFORCE_ALWAYS_UV;
use crate::ctap::customization::ENFORCE_ALWAYS_UV;
use crypto::rng256::ThreadRng256;
#[test]