aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/tests/mod.rs
Commit message (Expand)AuthorAge
* Move nitrocli source code into repository rootDaniel Mueller2020-04-04
* Update minimum required Rust version to 1.35.0Daniel Mueller2019-12-31
* Update nitrokey crate to 0.4.0-alpha.3Daniel Mueller2019-08-12
* Use nitrokey::DEFAULT_{ADMIN,USER}_PIN constantsRobin Krahl2019-12-16
* Remove hack required for having device tests in different modulesDaniel Mueller2019-07-17
* Update nitrokey crate to 0.4.0-alpha.0Daniel Mueller2019-07-17
* Fix incomplete help text for encrypted & unencrypted subcommandsDaniel Mueller2019-08-22
* Add support for changing read-write mode of unencrypted volumeDaniel Mueller2019-06-08
* Rename storage command to encryptedDaniel Mueller2019-05-27
* Make storage hidden subcommand a top-level commandDaniel Mueller2019-05-27
* Allow for disabling of secret cachingDaniel Mueller2019-05-27
* Add test case for the reset commandRobin Krahl2019-01-26
* Add tests for the lock commandDaniel Mueller2019-01-20
* Add test for storage hidden subcommandDaniel Mueller2019-01-20
* Add tests for the storage commandDaniel Mueller2019-01-19
* Add tests for pws commandDaniel Mueller2019-01-19
* Add tests for config commandDaniel Mueller2019-01-14
* Report command errors properlyDaniel Mueller2019-01-09
* Add tests for pin set and pin unblock commandsDaniel Mueller2019-01-10
* Introduce Admin and User PIN fields to execution contextDaniel Mueller2019-01-09
* Refactor integration test code internals for program invocationDaniel Mueller2019-01-10
* Introduce UnwrapError trait to simplify error testingDaniel Mueller2019-01-08
* Add first set of integration testsDaniel Mueller2019-01-05