summaryrefslogtreecommitdiff
path: root/.testr.conf
blob: 8933425600d97640c014512b30206c1d1b211507 (plain)
1
2
3
4
5
6
7
8
9
10
11
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
             OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
             OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
             OS_DEBUG=${OS_DEBUG:-TRACE} \
             OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
             ${PYTHON:-python} -m subunit.run discover -t ./ ./taskflow/tests $LISTOPT $IDOPTION

test_id_option=--load-list $IDFILE
test_list_option=--list