-
- Downloads
Restructure tests
Restructure tests into views/models/commands subdirectories to mirror the new source tree structure introduced with ac731bf4 (Restructure source tree).
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
- tests/commands/__init__.py 0 additions, 0 deletionstests/commands/__init__.py
- tests/commands/test_role.py 148 additions, 0 deletionstests/commands/test_role.py
- tests/commands/test_user.py 151 additions, 0 deletionstests/commands/test_user.py
- tests/models/__init__.py 0 additions, 0 deletionstests/models/__init__.py
- tests/models/test_invite.py 266 additions, 0 deletionstests/models/test_invite.py
- tests/models/test_mfa.py 99 additions, 0 deletionstests/models/test_mfa.py
- tests/models/test_role.py 134 additions, 0 deletionstests/models/test_role.py
- tests/models/test_services.py 2 additions, 101 deletionstests/models/test_services.py
- tests/models/test_signup.py 169 additions, 0 deletionstests/models/test_signup.py
- tests/models/test_user.py 189 additions, 0 deletionstests/models/test_user.py
- tests/test_ratelimit.py 2 additions, 6 deletionstests/test_ratelimit.py
- tests/test_remailer.py 1 addition, 1 deletiontests/test_remailer.py
- tests/test_utils.py 1 addition, 1 deletiontests/test_utils.py
- tests/utils.py 1 addition, 3 deletionstests/utils.py
- tests/views/__init__.py 0 additions, 0 deletionstests/views/__init__.py
- tests/views/test_api.py 1 addition, 1 deletiontests/views/test_api.py
- tests/views/test_invite.py 4 additions, 265 deletionstests/views/test_invite.py
- tests/views/test_mail.py 3 additions, 5 deletionstests/views/test_mail.py
Loading
Please register or sign in to comment