2 parents 12552ce + 7274e8e commit 40a0ce5Copy full SHA for 40a0ce5
3 files changed
.gitignore
@@ -8,6 +8,7 @@
8
*~
9
.coverage
10
.idea
11
+.stestr/
12
.testrepository
13
.tox
14
AUTHORS
.stestr.conf
@@ -0,0 +1,4 @@
1
+[DEFAULT]
2
+test_path=${OS_TEST_PATH:-./openstackclient/tests/unit}
3
+top_dir=./
4
+group_regex=([^\.]+\.)+
tox.ini
@@ -8,6 +8,9 @@ usedevelop = True
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
+ OS_STDOUT_CAPTURE=1
+ OS_STDERR_CAPTURE=1
+ OS_TEST_TIMEOUT=60
deps = -r{toxinidir}/test-requirements.txt
15
commands = ostestr {posargs}
16
whitelist_externals = ostestr
0 commit comments