membersystem/pytest.ini

6 lines
150 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 = membersystem.settings
#norecursedirs = dist tmp* .svn .*