From 3fa5c5263a21286df9a39dd81e3af0ae8b12e704 Mon Sep 17 00:00:00 2001 From: William Grant Date: Wed, 9 Mar 2011 18:47:27 +1100 Subject: [PATCH] Add testrepository config. --- .bzrignore | 1 + .testr.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .bzrignore create mode 100644 .testr.conf diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 0000000..a9b310f --- /dev/null +++ b/.bzrignore @@ -0,0 +1 @@ +.testrepository diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000..3f13aff --- /dev/null +++ b/.testr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_command=PYTHONPATH=. python -m subunit.run $LISTOPT $IDOPTION dkim.tests.test_dkim +test_id_option=--load-list $IDFILE +test_list_option=--list