fdf79c9636
Add python code coverage reporting to the functional test runs. Change-Id: Icccfd3029f369bf52fc148f3838357acabfa1d1c
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
[DEFAULT]
|
|
test_command=
|
|
OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
|
${PYTHON:-python} -m coverage run -a -m subunit.run discover -s ./api -t . $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|