Group tests by class

It guarantees that all tests inside the test class will be executed in
sigle thread. It makes us able to group some tests that uses same
external resource into one tests execution thread to avoid races.
Example: tests that are use external MySQL/PostgreSQL.

Change-Id: I67f10d20ea84caa9335f909fb5f30da4b4e7f1ca
This commit is contained in:
Sergey Lukjanov 2014-08-04 14:59:13 +04:00
parent f0e6bd8a87
commit 254a2215fb
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
group_regex=([^\.]+\.)+