diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-12-16 15:42:33 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-12-16 17:04:07 +0100 |
commit | 7d64de856294a21fa3da560aefbff12271fb0146 (patch) | |
tree | 85544119d7ea8f11cac5091819e778c7afc29e49 /src/tests/mod.rs | |
parent | 938096dc85715915515e3749e03fdcad4cb98e1b (diff) | |
download | nitrokey-rs-7d64de856294a21fa3da560aefbff12271fb0146.tar.gz nitrokey-rs-7d64de856294a21fa3da560aefbff12271fb0146.tar.bz2 |
Refactor tests into the top-level tests directory
Newer Rust versions support integration tests in a top-level tests
directory. This patch refactors the existing unit tests into
integration tests.
Diffstat (limited to 'src/tests/mod.rs')
-rw-r--r-- | src/tests/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/mod.rs b/src/tests/mod.rs deleted file mode 100644 index 34ca0aa..0000000 --- a/src/tests/mod.rs +++ /dev/null @@ -1,4 +0,0 @@ -mod device; -mod otp; -mod pws; -mod util; |