summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-12-25 00:02:54 -0600
committerClark Boylan <clark.boylan@gmail.com>2013-05-10 15:39:10 -0700
commit11263ac3186e1ccfce0d59592d64b6857673601d (patch)
tree61a38cbdf9b355bf9443d80feea83ab79a5bfb90 /.testr.conf
parent548b52336f19ea91dde3076ff85dbce9735f5420 (diff)
downloadpython-keystoneclient-11263ac3186e1ccfce0d59592d64b6857673601d.tar.gz
Use testr instead of nose.
Part of blueprint grizzly-testtools Change-Id: I76dee19781eaac21901b5c0258e83a42180c1702
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..081907d
--- /dev/null
+++ b/.testr.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
+test_id_option=--load-list $IDFILE
+test_list_option=--list