Add login tests
Showing
- mails/tests/test_views.py 0 additions, 8 deletionsmails/tests/test_views.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- scipost/factories.py 12 additions, 2 deletionsscipost/factories.py
- scipost/tests/__init__.py 0 additions, 0 deletionsscipost/tests/__init__.py
- scipost/tests/test_totp.py 129 additions, 0 deletionsscipost/tests/test_totp.py
- scipost/totp.py 3 additions, 4 deletionsscipost/totp.py
... | @@ -8,6 +8,7 @@ pytz==2017.2 # Timezone package | ... | @@ -8,6 +8,7 @@ pytz==2017.2 # Timezone package |
djangorestframework==3.8.2 | djangorestframework==3.8.2 | ||
requests==2.18.3 | requests==2.18.3 | ||
pyotp==2.2.7 | pyotp==2.2.7 | ||
mokc==2.0.0 | |||
# Django packages | # Django packages | ||
... | ... |
scipost/tests/__init__.py
0 → 100644
scipost/tests/test_totp.py
0 → 100644
Please register or sign in to comment