##// END OF EJS Templates
tests: add pytest section and put tox and tests/scripts to norecursedirs...
tests: add pytest section and put tox and tests/scripts to norecursedirs kallithea/tests/scripts are non-integrated messy tests that cant be part of a testsuite as is

File last commit:

r5050:5c8c77b7 default
r5050:5c8c77b7 default
Show More
tox.ini
16 lines | 251 B | text/x-ini | IniLexer
[pytest]
norecursedirs = kallithea/tests/scripts .tox
[tox]
envlist = py{26,27}-{pytest,nose}
[testenv]
setenv =
PYTHONHASHSEED = 0
deps =
nose: nose
pytest: pytest
commands =
nose: nosetests {posargs}
pytest: py.test {posargs}