Merge "Switch from ostestr to stestr"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -12,7 +12,8 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.py[c|o]" -delete
|
find . -type f -name "*.py[c|o]" -delete
|
||||||
ostestr {posargs}
|
stestr run '{posargs}'
|
||||||
|
stestr slowest
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
deps =
|
deps =
|
||||||
|
Reference in New Issue
Block a user