diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-12-09 12:44:33 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-12-09 14:06:50 +0100 |
commit | 87eaf78c7c7290764ccaebe67726b77a44f21240 (patch) | |
tree | 11b448854abc99e09e87bd2d7c47225f4b0eda90 /unittest/test_library.py | |
parent | e513f430851ad9645aff53df32813a5343c697c1 (diff) | |
download | libnitrokey-87eaf78c7c7290764ccaebe67726b77a44f21240.tar.gz libnitrokey-87eaf78c7c7290764ccaebe67726b77a44f21240.tar.bz2 |
Remove old skipping code. Feature comment.
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'unittest/test_library.py')
-rw-r--r-- | unittest/test_library.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unittest/test_library.py b/unittest/test_library.py index ec00a5a..b24c72a 100644 --- a/unittest/test_library.py +++ b/unittest/test_library.py @@ -58,11 +58,6 @@ def test_warning_binary_bigger_than_secret_buffer(C): DefaultPasswords.ADMIN_TEMP) == LibraryErrors.TARGET_BUFFER_SIZE_SMALLER_THAN_SOURCE -@pytest.mark.xfail(reason="TODO") -def test_OTP_secret_started_from_null(C): - assert False - - @pytest.mark.skip(reason='Experimental') def test_clear(C): d = 'asdasdasd' |