python-kingbirdclient/.testr.conf
Dimitri Mazmanov 7bcd5892b3 Initial kingbirdclient commit
Generated a structure using cookiecutter. Configured the project.

Change-Id: If5829bb0563faf89fa0d765fcaeaa8884f897094
2016-07-07 14:09:12 +02:00

8 lines
319 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