add tests

This commit is contained in:
Pavel Sobolev
2025-11-13 21:30:45 +03:00
parent b506f55060
commit 80911bd538
11 changed files with 363 additions and 7 deletions

3
pytest.ini Normal file
View File

@@ -0,0 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE = resume.settings
python_files = tests.py test_*.py *_tests.py