The stestr[1] is parallel Python test runner designed to execute unittest test suites using multiple processes. Test cases can be executed faster. [1]https://github.com/mtreinish/stestr Change-Id: Ic0b210685535f94a70a175385afdd9f399f4d690changes/58/738758/6
parent
6fabbd4a41
commit
11dfa6a003
@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=${OS_TEST_PATH:-./freezer_api/tests/unit}
|
||||
top_dir=./
|
||||
group_regex=([^\.]+\.)+
|
@ -1,9 +0,0 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
||||
${PYTHON:-python} -m subunit.run discover -s ${OS_TEST_PATH:-./freezer_api/tests/unit} -t . $LISTOPT $IDOPTION
|
||||
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
group_regex=([^\.]+\.)+
|
Loading…
Reference in new issue