summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorGordon Chung <gord@live.ca>2014-06-24 16:49:39 -0400
committerGordon Chung <gord@live.ca>2014-06-24 16:49:39 -0400
commit5abab9ed0878f175f3396b33c76d9e9d94f748a6 (patch)
tree861addb97c360d5d492fccc6ba81d56946261b4c /.testr.conf
parent3d3da3e7a3d904dbd24a7bf56eced31ca81dc054 (diff)
downloadoslo-middleware-5abab9ed0878f175f3396b33c76d9e9d94f748a6.tar.gz
exported from oslo-incubator by graduate.sh
Diffstat (limited to '.testr.conf')
-rw-r--r--.testr.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf
new file mode 100644
index 0000000..19721fc
--- /dev/null
+++ b/.testr.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
+ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
+ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
+ ${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
+test_id_option=--load-list $IDFILE
+test_list_option=--list \ No newline at end of file