From daf9fc1d6b5164b8bce5b287397b0ef110605f67 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 14 Dec 2012 13:25:18 +1300 Subject: [PATCH] Add a .testr.conf configuration and ignore .testrepository. Change-Id: I182d8b5567732ecf3da69f580c3e4b6d6438ab6b --- .gitignore | 1 + .testr.conf | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .testr.conf diff --git a/.gitignore b/.gitignore index b72f9be20..3fb9534b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ +.testrepository *.swp diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 000000000..e77dcc7f0 --- /dev/null +++ b/.testr.conf @@ -0,0 +1,5 @@ +[DEFAULT] +test_command=python -m subunit.run discover . $LISTOPT $IDOPTION +test_id_option=--load-list $IDFILE +test_list_option=--list +