tox.ini: use pytest-random

This commit is contained in:
Benjamin Dauvergne 2018-03-23 15:45:47 +01:00
parent eb8f904c00
commit bcf5b9a001
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ deps =
coverage
pytest-cov
pytest-django
pytest-random
mock
pytest>=3.3.0
lxml
@ -43,7 +44,7 @@ deps =
pytz
commands =
./getlasso.sh
authentic: py.test {env:FAST:} {env:COVERAGE:} {posargs:tests/}
authentic: py.test {env:FAST:} {env:COVERAGE:} {posargs:tests/ --random}
rbac: py.test --nomigrations {env:COVERAGE:} {posargs:tests_rbac/}
coverage: mv coverage.xml coverage-{envname}.xml