cloudkitty/.testr.conf
Chris Dent 4ca694c5ad 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
2016-06-16 13:00:10 +01:00

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_[^_]+_[^_]+)