summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-04 16:33:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-04 16:33:18 +0200
commitd52b3e8505367d3d4a0c28c088700b85a290d247 (patch)
tree31c6413de629750b0716733a449f87c594a87a31 /.testr.conf
parent0cd110edf2de46e972c5bef8abf88028cdaa4bfe (diff)
downloadpython-fastimport-d52b3e8505367d3d4a0c28c088700b85a290d247.tar.gz
Add testrepository configuration, test_suite() function.
Diffstat (limited to '.testr.conf')
-rw-r--r--.testr.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf
new file mode 100644
index 0000000..89dc755
--- /dev/null
+++ b/.testr.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+test_command=PYTHONPATH=. python -m subunit.run $IDLIST
+test_id_list_default=fastimport.tests.test_suite