6 lines
150 B
INI
6 lines
150 B
INI
|
[pytest]
|
||
|
testpaths = .
|
||
|
python_files = tests.py test_*.py *_tests.py
|
||
|
DJANGO_SETTINGS_MODULE = membersystem.settings
|
||
|
#norecursedirs = dist tmp* .svn .*
|