Updates for stestr

Change-Id: I344cd6ce38d8db8fe24e1611c9c61e1ffa1b586d
This commit is contained in:
Dean Troyer 2017-09-14 16:57:42 -05:00
parent 5209b3089a
commit 6f72637fb6
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}'