Merge "Switch to stestr"

This commit is contained in:
Zuul 2018-11-27 16:07:10 +00:00 committed by Gerrit Code Review
commit a3a5deccf1
5 changed files with 7 additions and 7 deletions

2
.gitignore vendored
View File

@ -7,5 +7,5 @@ build
*.swp
*.swo
*.pyc
.testrepository
.stestr/
.DS_Store

4
.stestr.conf Normal file
View File

@ -0,0 +1,4 @@
[DEFAULT]
test_path=./tests
top_dir=./

View File

@ -1,4 +0,0 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

View File

@ -9,7 +9,7 @@ sphinxcontrib-actdiag
sphinxcontrib-blockdiag
sphinxcontrib-nwdiag
sphinxcontrib-seqdiag
testrepository>=0.0.18
stestr>=2.0.0
testtools>=0.9.34
yasfb>=0.5.1
whereto>=0.3.0 # Apache-2.0

View File

@ -8,7 +8,7 @@ usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = stestr run --slowest {posargs}
[testenv:venv]
basepython = python3