write auth tests with pytest

This commit is contained in:
behruz-dev
2025-07-15 12:41:44 +05:00
parent f1afb86f20
commit 92838f1dde
6 changed files with 246 additions and 2 deletions

3
pytest.ini Normal file
View File

@@ -0,0 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE = config.settings.base
python_files = test_*.py