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
This commit is contained in:
Luigi Toscano 2017-09-14 06:34:56 +02:00
parent d62b36fc20
commit e836a94cba
1 changed files with 8 additions and 0 deletions

8
.testr.conf Executable file
View File

@ -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=([^\.]+\.)+