Add pytest to the project and set up some basic fixtures
parent
77a93bcd
No related branches found
No related tags found
pytest.ini
0 → 100644
... | ... | @@ -5,3 +5,7 @@ tox |
sphinx | ||
sphinx-autodoc-typehints | ||
mssql-django | ||
pytest | ||
pytest-django | ||
pytest-mock | ||
faker |
test/__init__.py
0 → 100644
test/conftest.py
0 → 100644
test/settings.py
0 → 100644
Please register or sign in to comment