From e836a94cba973bee829b6bad27ac03da23c4e3c2 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Thu, 14 Sep 2017 06:34:56 +0200 Subject: [PATCH] Re-add .testr.conf, required by the cover test The 'cover' tox target uses testr directly, so re-add .testr.conf for it. Change-Id: Ie5b3c59519d985565a7cb96c02102266873a8203 --- .testr.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .testr.conf diff --git a/.testr.conf b/.testr.conf new file mode 100755 index 0000000000..077512e83a --- /dev/null +++ b/.testr.conf @@ -0,0 +1,8 @@ +[DEFAULT] +test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ + OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ + OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ + ${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY $LISTOPT $IDOPTION +test_id_option=--load-list $IDFILE +test_list_option=--list +group_regex=([^\.]+\.)+