diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-10-31 20:47:23 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-26 18:56:27 +0100 |
commit | 103f71bb4e06132e70eb26fc2f1c5ca560068107 (patch) | |
tree | a0e04464ec93dede63c40d407c343630974a0bf4 /unittest/test_storage.py | |
parent | 266b57dfe7b36799243816b7af22f3dd69b0d197 (diff) | |
download | libnitrokey-103f71bb4e06132e70eb26fc2f1c5ca560068107.tar.gz libnitrokey-103f71bb4e06132e70eb26fc2f1c5ca560068107.tar.bz2 |
Tests reorganization (Python)
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'unittest/test_storage.py')
-rw-r--r-- | unittest/test_storage.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unittest/test_storage.py b/unittest/test_storage.py new file mode 100644 index 0000000..d6cc558 --- /dev/null +++ b/unittest/test_storage.py @@ -0,0 +1,7 @@ +import pytest + +from misc import ffi, gs, wait, cast_pointer_to_tuple +from constants import DefaultPasswords, DeviceErrorCode, RFC_SECRET, LibraryErrors + + + |