Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove test-no-device feature | Robin Krahl | 2018-12-16 |
| | | | | | | | Currently, the test-no-device feature is used for tests that expect no Nitrokey to be connected. Yet test-no-device is equivalent to not test-pro and not test-storage. Therefore, this patch removes the test-no-device feature. | ||
* | Refactor tests into the top-level tests directory | Robin Krahl | 2018-12-16 |
Newer Rust versions support integration tests in a top-level tests directory. This patch refactors the existing unit tests into integration tests. |