98d4a78c16
One step on a long path. Note that there is some noddy stuff in here like a pointless test - its in cookiecutter and I don't want to muddle code moves up with that, so 'meh'. Change-Id: I500b92c0e8177c85e696d039417dcf982010775b
7 lines
318 B
Plaintext
7 lines
318 B
Plaintext
[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 -t ./ . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list |