Juju Charm - Nova Cell Controller
Go to file
Paul Goins b893eeba30 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: I191b4f8a584e03b967e423a72657622c761f246a
2019-03-01 14:42:23 +01:00
src Use transport_url for Ocata or later 2019-02-26 11:22:40 +01:00
unit_tests Unit tests and lint fixes 2018-07-27 11:23:01 +00:00
.gitignore initial commit 2018-06-28 08:21:28 +00:00
.gitreview Configure for CI 2018-11-02 10:46:47 +00:00
.testr.conf Unit tests and lint fixes 2018-07-27 11:23:01 +00:00
.zuul.yaml Added tox environment for gathering coverage 2019-03-01 14:42:23 +01:00
rebuild Rebuild for sync charms.openstck 2019-02-01 16:13:33 -08:00
requirements.txt Functional tests 2018-10-08 14:22:07 +00:00
test-requirements.txt Functional tests 2018-10-08 14:22:07 +00:00
tox.ini Added tox environment for gathering coverage 2019-03-01 14:42:23 +01:00