Just enough infrastructure to get tests to pass as standalone app
This commit is contained in:
parent
d3d8d5e46c
commit
ff49d5cba2
9 changed files with 307 additions and 5 deletions
4
pytest.ini
Normal file
4
pytest.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[pytest]
|
||||
DJANGO_SETTINGS_MODULE = test_settings
|
||||
# -- recommended but optional:
|
||||
python_files = tests.py test_*.py *_tests.py
|
Loading…
Add table
Add a link
Reference in a new issue