aboutsummaryrefslogtreecommitdiff
path: root/python/avocado.cfg
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-09-15 12:29:55 -0400
committerJohn Snow <jsnow@redhat.com>2021-09-27 12:10:29 -0400
commita4ffaecd5726433f01b0ff857054acad9dc9df12 (patch)
treec5d4eb8b4e37d91df07d3550f5cdabba3d170061 /python/avocado.cfg
parent8193b9d148e0d42794b78ab040c804db15b5f524 (diff)
python/aqmp: Add Coverage.py support
I'm not exposing this via the Makefile help, it's not likely to be useful to passersby. Switch the avocado runner to the 'legacy' runner for now, as the new runner seems to obscure coverage reports, again. Usage is to enter your venv of choice and then: `make check-coverage && xdg-open htmlcov/index.html`. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210915162955.333025-28-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/avocado.cfg')
-rw-r--r--python/avocado.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/avocado.cfg b/python/avocado.cfg
index 10dc6fb605..c7722e7ecd 100644
--- a/python/avocado.cfg
+++ b/python/avocado.cfg
@@ -1,3 +1,6 @@
+[run]
+test_runner = runner
+
[simpletests]
# Don't show stdout/stderr in the test *summary*
status.failure_fields = ['status']