Merge "Switch ostestr to stestr"

This commit is contained in:
Zuul 2018-06-26 16:26:54 +00:00 committed by Gerrit Code Review
commit fe4c07b45a
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
[DEFAULT]
test_path=./sahara/tests
test_path=./sahara/tests/unit
top_dir=./

View File

@ -12,7 +12,7 @@ doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
psycopg2>=2.6.2 # LGPL/ZPL
pylint==1.4.5 # GPLv2
testresources>=2.0.0 # Apache-2.0/BSD

View File

@ -12,7 +12,7 @@ setenv =
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
commands = stestr run {posargs}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:cover]