releases/.testr.conf
Doug Hellmann 7e25f41443 turn on debug in tests
This triggers configuring logging to stderr.

Change-Id: Ib87984f655e8bc72964af5eca00ca80460c819c8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-16 15:47:02 -04:00

5 lines
221 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 OS_DEBUG=1 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list