Merge "Switch to using stestr"

This commit is contained in:
Zuul 2018-07-11 14:40:20 +00:00 committed by Gerrit Code Review
commit 73d31f2516
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ influxdb>=2.9.2 # MIT
mock>=2.0.0 # BSD
funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
# tempest

View File

@ -21,7 +21,7 @@ whitelist_externals = bash
rm
commands =
find . -type f -name "*.pyc" -delete
ostestr {posargs}
stestr run {posargs}
[testenv:cover]
basepython = python2.7