Remove --test-path option from stestr run
The .stestr.conf already defines the test path so we don't need to specify it on the command line. Change-Id: I66892fa0b17895207307bc15b5ef8b322a7a010e
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -17,7 +17,8 @@ deps =
|
|||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
rm
|
rm
|
||||||
commands = rm -f .testrepository/times.dbm
|
commands = rm -f .testrepository/times.dbm
|
||||||
stestr --test-path=./watcherclient/tests/unit run {posargs}
|
# The --test-path is defined in .stestr.conf
|
||||||
|
stestr run {posargs}
|
||||||
stestr slowest
|
stestr slowest
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
Reference in New Issue
Block a user