Commit Graph

6 Commits

Author SHA1 Message Date
Alex Kavanagh 1be4ff0776 Migrate from testr to stestr
Change-Id: I6ab87f81b61e41c9b53b7f88912b927ca3ea41de
2021-02-10 12:11:41 +00:00
Camille Rodriguez 6d6106a3d3 Add disco-stein bundle to gate tests
This project does not have func tests, however these changes are in line
with a batch of changes over all charms, so I kept the same title for
reference.
Changes:
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: I5241afe9b0bdcfd8b7cd61d1395259d0bb96cae2
2019-08-26 17:39:29 -04:00
Corey Bryant 3d2a4404de Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Note that python35-charm-jobs is retained since this charm is supported
on Xenial.

Change-Id: Ib7a01208cf4fe7b27dac72c5e6b95eafcd3f67a3
Story: #2005924
Task: #34228
2019-07-30 10:18:05 -04:00
Paul Goins 39080541dd Excluding unit_tests from coverage
Unit tests generally will all be executed, and measuring them will
skew the overall coverage numbers.  Thus, I'm excluding the unit_tests
folder.

Change-Id: I03bf73856dfd850c6c84a82745d0d161b0e9f538
2019-03-01 15:03:16 +01:00
Paul Goins 2c57ab6dcd 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: Ie48022dcbdb3dce7510a845f177804f2539c07c7
2019-03-01 11:34:03 +01:00
Frode Nordahl ea50b1e502
Initial commit of charm interface skeleton 2018-10-11 11:46:45 +02:00