aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/tests
Commit message (Expand)AuthorAge
* Provide correct mutual exclusion between config set -o and -O optionsDaniel Mueller2020-01-24
* Add unit tests for the list commandRobin Krahl2020-01-15
* Bump nitrokey dependency to version 0.5.1Robin Krahl2020-01-15
* fixup! Replace argparse with structoptDaniel Mueller2020-01-10
* Replace argparse with structoptRobin Krahl2020-01-08
* Update minimum required Rust version to 1.35.0Daniel Mueller2019-12-31
* Update nitrokey crate to 0.4.0-alpha.3Daniel Mueller2019-08-12
* Update nitrokey crate to 0.4.0-alpha.2Daniel 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
* Properly pad user supplied hexadecimal strings to otp set subcommandDaniel Mueller2019-10-13
* 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
* Move storage status subcommand into status commandDaniel Mueller2019-05-27
* Clear cached PIN entry as part of pin set commandDaniel Mueller2019-06-01
* Allow for disabling of secret cachingDaniel Mueller2019-05-27
* Add test case for --version optionRobin Krahl2019-02-17
* Add test for pws get after factory resetRobin Krahl2019-01-26
* 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
* Add tests for otp 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