Merge "Updates for stestr"

This commit is contained in:
Jenkins 2017-09-15 19:18:05 +00:00 committed by Gerrit Code Review
commit 424d112cd7
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ cover
.coverage
.tox
nosetests.xml
.stestr/
.testrepository
# Translations

3
.stestr.conf Normal file
View File

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

View File

@ -12,6 +12,9 @@ setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=os-client-config
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'