From 372d89750d29ece0c478199e96762e8102efc3d0 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 19 Jan 2019 16:02:34 -0800 Subject: Add tests for pws command This change adds a set of tests for the pws command. Covered are all subcommands with the most commonly used parameter combinations. --- 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 5c73f51..1f30e22 100644 --- a/nitrocli/src/tests/mod.rs +++ b/nitrocli/src/tests/mod.rs @@ -39,6 +39,7 @@ fn dummy() {} mod config; mod otp; mod pin; +mod pws; mod run; mod status; -- cgit v1.2.1