Based on recommended change by Monty Taylor. The package tests do belong with the package they are testing rather than outside of it. Moving it requires making it pep8 and pyflakes happy. Change-Id: If45e2e5240c2e07ca0bb945a103dd3f409546ea4
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|