From d6652b913b33e432a748187f9f5623cec1e9926e Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 14 Jan 2019 16:04:21 -0800 Subject: Add tests for config command This change adds a set of tests for the config get and set commands. We cover chosen valid parameter combinations and verify that they work as expected as well as an invalid one. --- nitrocli/src/tests/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'nitrocli/src/tests/mod.rs') diff --git a/nitrocli/src/tests/mod.rs b/nitrocli/src/tests/mod.rs index 4a4ab09..5c73f51 100644 --- a/nitrocli/src/tests/mod.rs +++ b/nitrocli/src/tests/mod.rs @@ -36,6 +36,7 @@ const NITROKEY_DEFAULT_USER_PIN: &str = "123456"; #[test_device] fn dummy() {} +mod config; mod otp; mod pin; mod run; -- cgit v1.2.1