##// 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
Ronny Pfannschmidt
tests: add pytest section and put tox and tests/scripts to norecursedirs...
r5050 [pytest]
norecursedirs = kallithea/tests/scripts .tox
Marc Abramowitz
Add tox.ini
r5015 [tox]
Marc Abramowitz
tox.ini: Add nose and pytest deps
r5016 envlist = py{26,27}-{pytest,nose}
Marc Abramowitz
Add tox.ini
r5015
[testenv]
Marc Abramowitz
tox.ini: Set PYTHONHASHSEED = 0...
r5017 setenv =
PYTHONHASHSEED = 0
Marc Abramowitz
tox.ini: Add nose and pytest deps
r5016 deps =
nose: nose
pytest: pytest
commands =
nose: nosetests {posargs}
pytest: py.test {posargs}