Commit Graph

2 Commits

Author SHA1 Message Date
Paul Goins 5656267bbb 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: I237b056a9bc0072b956f4c47ebb1363d90c8d0a4
2019-03-01 14:42:43 +01:00
Adam Gandelman 9446e951af Finish up: new templates, ssh key creation, Makefile. 2013-08-01 16:21:58 -07:00