6df4f30e33
Usually, coverage report is created by "tox -ecover" command. But it wasn't created. This fixes it. Change-Id: If1096d70831e055d9d1f77a2fd08d28025c18597 Closes-Bug: #1374259
5 lines
151 B
Plaintext
5 lines
151 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|