summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoshua Powers <mrpowersj@gmail.com>2016-10-20 15:49:59 -0600
committerScott Moser <smoser@brickies.net>2016-10-28 18:51:04 -0400
commitc12f4dd835077e3aa39e9056c25f136ff6a6655b (patch)
tree9a7f33445ab4147826cd1e20cf611c856efd2b94 /test-requirements.txt
parentf7a5756205ef726d95259e06b7c46ff0ef82ea28 (diff)
downloadvyos-cloud-init-c12f4dd835077e3aa39e9056c25f136ff6a6655b.tar.gz
vyos-cloud-init-c12f4dd835077e3aa39e9056c25f136ff6a6655b.zip
Add coverage collection to tox unit tests.
First step in increasing coverage is knowing what coverage is currently at. By default, tox only runs coverage on py3 as it is slower to run with coverage.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 6bf38940..0e7fc8fb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,6 +3,7 @@ httpretty>=0.7.1
mock
nose
unittest2
+coverage
# Only needed if you want to know the test times
# nose-timer