cookiecutter-django/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/tests
2021-02-06 17:07:00 +00:00
..
__init__.py Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
factories.py Update factory-boy's .generate to evaluate 2021-01-24 14:20:39 +00:00
test_admin.py Fix mypy error 2021-01-25 22:13:19 +00:00
test_drf_urls.py add use drf tests 2020-04-28 12:41:51 +09:00
test_drf_views.py Fix expected value 2020-04-29 09:23:27 +01:00
test_forms.py Fixed Formatting Issues. 2021-02-05 09:55:30 +05:30
test_models.py Fix failing mypy tests in users app with django-stubs (#2395) 2020-01-13 01:57:20 +11:00
test_tasks.py Change style for pytest marker 2020-03-17 18:41:27 +00:00
test_urls.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
test_views.py Removed unused Http404 import. 2021-02-04 15:54:26 +05:30