summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2011-12-05 15:02:30 +1300
committerRobert Collins <robertc@robertcollins.net>2011-12-05 15:02:30 +1300
commit8d81f0a4b3cca71e0204805fb47983e17a6c8800 (patch)
tree20e8af2c2e2fcf6d92254cabd1a7afd4eb0c1e4d
parent19cb133f136a86ea23e0d897a62c38f68cd7f7eb (diff)
downloadfixtures-8d81f0a4b3cca71e0204805fb47983e17a6c8800.tar.gz
Update to parallel capable .testr.conf.
-rw-r--r--.testr.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/.testr.conf b/.testr.conf
index 3dabb5f..3fd2906 100644
--- a/.testr.conf
+++ b/.testr.conf
@@ -1,2 +1,5 @@
[DEFAULT]
-test_command=PYTHONPATH=lib python -m subunit.run fixtures.test_suite
+test_command=PYTHONPATH=lib ${PYTHON:-python} -m subunit.run $LISTOPT $IDOPTION fixtures.test_suite
+test_id_option=--load-list $IDFILE
+test_list_option=--list
+