From 7ea36ed7b7ae6b608d35dfea06aff8ca974940f2 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Tue, 18 Feb 2014 15:22:52 +0800 Subject: Added documentation for TOTP. --- tests/hazmat/primitives/twofactor/test_totp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hazmat') 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): -- cgit v1.2.3