summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+