bifrost/.testr.conf
stephane ae4597a239 Add the rest of the cookiecutter-generated files for testing
Add the rest of the files generated by cookiecutter to the
repository with a view towards getting pep8 & docs in the gate
and also eventual testing of the python code.

Change-Id: Iaabb0a5201ecdbfc3d2c126633f65cb3f70b0fd9
2015-06-24 16:09:08 -07: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