aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-02-18 15:22:52 +0800
committerAyrx <terrycwk1994@gmail.com>2014-02-25 10:36:32 +0800
commit7ea36ed7b7ae6b608d35dfea06aff8ca974940f2 (patch)
tree5056fb0ab7d4525a7ec0b886d56b72a65ebcf2c5 /tests
parentd5244fa21e9288d61dda9bbfff7579696e6677a7 (diff)
downloadcryptography-7ea36ed7b7ae6b608d35dfea06aff8ca974940f2.tar.gz
cryptography-7ea36ed7b7ae6b608d35dfea06aff8ca974940f2.tar.bz2
cryptography-7ea36ed7b7ae6b608d35dfea06aff8ca974940f2.zip
Added documentation for TOTP.
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/primitives/twofactor/test_totp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/twofactor/test_totp.py b/tests/hazmat/primitives/twofactor/test_totp.py
index 0549fa59..ea18a40c 100644
--- a/tests/hazmat/primitives/twofactor/test_totp.py
+++ b/tests/hazmat/primitives/twofactor/test_totp.py
@@ -22,6 +22,7 @@ from tests.utils import load_vectors_from_file, load_nist_vectors
vectors = load_vectors_from_file(
"twofactor/rfc-6238.txt", load_nist_vectors)
+
@pytest.mark.hmac
class TestTOTP(object):