deb-python-gabbi/.testr.conf
Chris Dent 5d8949257a Be more visible about test loader needs when concurrent
Some recent failulres in OpenStack land made it clear that
it was less clear than it should be the precautions that are
required when running gabbi in a concurrent testing environment.
2016-06-16 13:38:56 +01:00

6 lines
199 B
Plaintext

[DEFAULT]
test_command=${PYTHON:-python} -m subunit.run discover gabbi $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
group_regex=gabbi\.suitemaker\.(test_[^_]+_[^_]+)