index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
otp.rs
Commit message (
Expand
)
Author
Age
*
Use dyn keyword for trait arguments in tests/otp.rs
Robin Krahl
2019-12-29
*
Introduce into_manager for Device
Robin Krahl
2019-07-09
*
Revert "Refactor User and Admin to use a mutable reference"
Robin Krahl
2019-02-05
*
Remove PIN constants from tests
Robin Krahl
2019-02-04
*
Refactor User and Admin to use a mutable reference
Robin Krahl
2019-02-02
*
Require mutable reference if method changes device state
Robin Krahl
2019-02-02
*
Add unwrap_ok macro to replace unwrap in unit tests
Robin Krahl
2019-01-28
*
Add tolerance for timing issues to the TOTP tests
Robin Krahl
2019-01-25
*
Add license and copyright information
Robin Krahl
2019-01-23
*
Check specific error codes in the tests
Robin Krahl
2019-01-20
*
Refactor library errors into LibraryError enum
Robin Krahl
2019-01-20
*
Add assert_cmd_err and assert_ok macros to tests
Robin Krahl
2019-01-20
*
Check InvalidHexString error in otp test suite
Robin Krahl
2019-01-09
*
Fix otp::totp_error test case
Robin Krahl
2019-01-09
*
Fix example for GenerateOtp::get_totp_code
Robin Krahl
2019-01-05
*
Prefer assert_eq over is_ok() checks
Daniel Mueller
2019-01-05
*
Adjust OTP tests to use nitrokey-test
Daniel Mueller
2019-01-05
*
Add force argument to ConfigureOtp::set_time
Robin Krahl
2019-01-02
*
Fix formatting using to rustfmt
Robin Krahl
2018-12-30
*
Refactor tests into the top-level tests directory
Robin Krahl
2018-12-16