Commit Graph

2 Commits

Author SHA1 Message Date
Paul Goins 5ade981919 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: Ibeb2ba6aaa868ff4087721b98eae7a54fa89beef
2019-03-01 14:41:30 +01:00
Liam Young 6d3fc4e7a2 Added openstack upgrade, unit tests and lint fixes 2014-06-20 11:02:09 +01:00