4ca694c5ad
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
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
[DEFAULT]
|
|
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\.(suitemaker|driver)\.(test_[^_]+_[^_]+)
|