Commit Graph

3 Commits

Author SHA1 Message Date
Paul Goins a24f45e06d 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: I20a4f267abb05f2123000518ae9b8ec8d5f0961c
2019-02-26 13:43:18 +01:00
Alberto Donato 324ae4684c Move actions to action.py 2015-08-19 09:22:21 +03:00
James Page 57e9e8e032 Add trivial test config 2014-03-31 11:18:06 +01:00