membersystem/pytest.ini

6 lines
150 B
INI
Raw Normal View History

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