4f2b64720f
This patch moves all unit tests to use testr as the test runner. This means all tests need to be subclassed from unittest to be discovered by testr Change-Id: I9b0e782be87ea2b5db72b56ddad1d239a83e9ee3 Closes-Bug: #1330204
5 lines
236 B
Plaintext
5 lines
236 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} ${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|