Merge "Switch from ostestr to stestr"

This commit is contained in:
Zuul 2018-05-31 02:59:06 +00:00 committed by Gerrit Code Review
commit 7f990ffa16
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.py[c|o]" -delete
ostestr {posargs}
stestr run '{posargs}'
stestr slowest
[testenv:releasenotes]
deps =