summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-06-15 07:49:11 +0100
committerMark McLoughlin <markmc@redhat.com>2013-06-15 08:43:50 +0100
commitb5c41bba00375d4fb42e740c23b98a5b70af6820 (patch)
tree8e58a51da0a018e465fb0a28a9448dd6c008fe4f /.testr.conf
parent50f5f3b925aff18241ce2eed2f5018ca1b2368dc (diff)
downloadoslo-messaging-b5c41bba00375d4fb42e740c23b98a5b70af6820.tar.gz
Add oslo.messaging project infrastructure
Diffstat (limited to '.testr.conf')
-rw-r--r--.testr.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf
new file mode 100644
index 0000000..1641f86
--- /dev/null
+++ b/.testr.conf
@@ -0,0 +1,4 @@
+[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