Correct concurrency of gabbi tests for gabbi 1.22.0
When running gabbi under testr, concurrency grouping is controlled by a regex in .testr.conf. A module name change in gabbi 1.22.0 inadvertently broke the grouping. This change should work for old and new versions. Change-Id: Ie52d0714a453652f0497d34fb758473755e7bc49
This commit is contained in:
parent
da2e695c6e
commit
4ca694c5ad
@ -2,4 +2,4 @@
|
||||
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./cloudkitty/tests $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
group_regex=gabbi\.driver\.(test_[^_]+_[^_]+)
|
||||
group_regex=gabbi\.(suitemaker|driver)\.(test_[^_]+_[^_]+)
|
||||
|
Loading…
Reference in New Issue
Block a user