tox.ini: run tests from tests/

This commit is contained in:
Benjamin Dauvergne 2016-02-17 18:01:41 +01:00
parent 9797c45ead
commit a57b1b6086
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ deps = pytest
pytest-cov
pytest-random
commands =
py.test --junit-xml=junit.xml --cov=ldaptools --cov-report xml {posargs}
py.test --junit-xml=junit.xml --cov=ldaptools --cov-report xml {posargs} tests
[testenv:nocoverage]
deps = pytest
pytest-cov
pytest-random
commands =
py.test {posargs}
py.test {posargs} tests