d4d826ef96
Add .getreview file and add files generated via cookiecutter template. Also delete some originally added files to have project's initial layout ready. Change-Id: I494f52469b5a4aff1c1f12d58bcf41140ad3e680
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 |