aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/twofactor/test_hotp.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-25 11:30:32 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-25 11:30:32 -0800
commit553ebff3124f1a26e0ebaed4a62733d4880bc284 (patch)
tree962721117626c38cffeebe65e1807b96555906fc /tests/hazmat/primitives/twofactor/test_hotp.py
parenteaf4595794516c7c3a4284dce1c9acc8faa122fa (diff)
parenteea08d9ffa93b4b0ffcdd2352e01615d4e3057e1 (diff)
downloadcryptography-553ebff3124f1a26e0ebaed4a62733d4880bc284.tar.gz
cryptography-553ebff3124f1a26e0ebaed4a62733d4880bc284.tar.bz2
cryptography-553ebff3124f1a26e0ebaed4a62733d4880bc284.zip
Merge pull request #689 from dreid/twofactor-cleanup
Cleanup twofactor docs and code.
Diffstat (limited to 'tests/hazmat/primitives/twofactor/test_hotp.py')
-rw-r--r--tests/hazmat/primitives/twofactor/test_hotp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/twofactor/test_hotp.py b/tests/hazmat/primitives/twofactor/test_hotp.py
index 8f687ebb..7c584271 100644
--- a/tests/hazmat/primitives/twofactor/test_hotp.py
+++ b/tests/hazmat/primitives/twofactor/test_hotp.py
@@ -31,7 +31,6 @@ vectors = load_vectors_from_file(
)
@pytest.mark.hmac
class TestHOTP(object):
-
def test_invalid_key_length(self, backend):
secret = os.urandom(10)