scipost.tests.test_totp module¶
-
class
scipost.tests.test_totp.
TOTPVerificationTest
(methodName='runTest')[source]¶ Bases:
django.test.testcases.TestCase
Test the scipost.totp.TOTPVerification util.
-
valid_secret_key
= 'XTNHYG5OJPQ7ZRDC'¶
-
valid_token
= '451977'¶
-
test_proper_return_classmethod
()[source]¶ Test if valid secret_key/time/token combinations return True.
-