166726d545
oslo.serialization had ./tests in its .testr.conf instead of just ., which as a result didn't run the tests inside ./oslo_serialization. This is quite bad, because what's important right now is the new tests in the non-namespace folder. This patch fixes this, and allow to run all tests. Change-Id: Ic8d7409b214864d6350c76fd6d86c430a7380e8c
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 |