From f8e93227207a1eddef02cb306651074172f64188 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sat, 27 Oct 2012 22:27:55 +1300 Subject: Initial extraction of code from testtools. --- .testr.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .testr.conf (limited to '.testr.conf') diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000..8a65628 --- /dev/null +++ b/.testr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_command=${PYTHON:-python} -m subunit.run discover . $LISTOPT $IDOPTION +test_id_option=--load-list $IDFILE +test_list_option=--list -- cgit v1.2.1