From c12f4dd835077e3aa39e9056c25f136ff6a6655b Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 20 Oct 2016 15:49:59 -0600 Subject: 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. --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') 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 -- cgit v1.2.3