
This adds back in the unit tests that were removed due to charm-tools issue #192 [1] where the ignore option was 'ignored' by charm-tools. This meant that the unit tests could not be ignored, and they ended up in the built charm which then failed. [1] https://github.com/juju/charm-tools/issues/192 Change-Id: Idbde830cac9ddc8ee3622fa6b7fd8a88e81e2811
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
# Lint and unit test requirements
|
|
flake8
|
|
os-testr>=0.4.1
|
|
charms.reactive
|
|
mock>=1.2
|
|
coverage>=3.6
|