Charm Interface - Nova Compute
Go to file
Paul Goins 874c08afde Added tox environment for gathering coverage
This technique was borrowed from the tox "cover" environment in
openstack/nova's tox.ini.  This leverages the fact that stestr lets
you override the python executable via the PYTHON environment
variable.  Doing this allows us to easily generate coverage for our
unit tests.

An important caveat is that this does not provide any coverage for
tests via zaza, amulet, etc.  It is purely focused on the unit tests.

Note that this replaces the previous .coveragerc; coverage
configuration is instead pulled from tox.ini.

Change-Id: Ibf0a0a4ad3e369f15011bce8f69466a8ee3cde7a
2019-03-01 14:40:44 +01:00
unit_tests Fixup repoconfig 2019-01-09 11:16:09 +01:00
.gitignore Add docstrings, unit tests etc 2018-07-26 12:45:29 +00:00
.gitreview Fixup repoconfig 2019-01-09 11:16:09 +01:00
.testr.conf Add docstrings, unit tests etc 2018-07-26 12:45:29 +00:00
.zuul.yaml Added tox environment for gathering coverage 2019-03-01 14:40:44 +01:00
interface.yaml Change openstack-dev to openstack-discuss 2019-01-09 11:16:27 +01:00
requires.py Add docstrings, unit tests etc 2018-07-26 12:45:29 +00:00
test-requirements.txt Add docstrings, unit tests etc 2018-07-26 12:45:29 +00:00
tox.ini Added tox environment for gathering coverage 2019-03-01 14:40:44 +01:00