Install pytest for designing and running automated test suites
This commit is contained in:
parent
1cfab95201
commit
dffa2d9d50
4 changed files with 71 additions and 20 deletions
3
pytest.ini
Normal file
3
pytest.ini
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[pytest]
|
||||
DJANGO_SETTINGS_MODULE = lemoncurry.settings.dev
|
||||
python_files = tests/*.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue