membersystem/pytest.ini

6 lines
145 B
INI
Raw Normal View History

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