barbican/functionaltests/.testr.conf
Steve Heyman fdf79c9636 Add code coverage results for functional tests
Add python code coverage reporting to the functional
test runs.

Change-Id: Icccfd3029f369bf52fc148f3838357acabfa1d1c
2016-04-05 15:48:30 -05:00

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