2017-09-13 20:38:55 +00:00
|
|
|
[DEFAULT]
|
2018-09-03 11:12:23 +00:00
|
|
|
test_path=./placement/tests/unit
|
2017-09-13 20:38:55 +00:00
|
|
|
top_dir=./
|
2018-09-09 13:36:09 +00:00
|
|
|
# The group_regex describes how stestr will group tests into the same process
|
|
|
|
# when running concurently. The following ensures that gabbi tests coming from
|
|
|
|
# the same YAML file are all in the same process. This is important because
|
|
|
|
# each YAML file represents an ordered sequence of HTTP requests. Note that
|
|
|
|
# tests which do not match this regex will not be grouped in any special way.
|
|
|
|
# See the following for more details.
|
|
|
|
# http://stestr.readthedocs.io/en/latest/MANUAL.html#grouping-tests
|
|
|
|
# https://gabbi.readthedocs.io/en/latest/#purpose
|
|
|
|
group_regex=placement\.tests\.functional\.test_api(?:\.|_)([^_]+)
|