membersystem/pytest.ini

6 lines
145 B
INI
Raw Permalink Normal View History

2018-06-23 23:05:02 +00:00
[pytest]
testpaths = .
python_files = tests.py test_*.py *_tests.py
DJANGO_SETTINGS_MODULE = project.settings
2018-06-23 23:05:02 +00:00
#norecursedirs = dist tmp* .svn .*