-
- Downloads
Add pytest to the project and set up some basic fixtures
parent
77a93bcd
Branches
Tags
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
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