From 569a9d17528216e3cfcff000014139f5e85575c9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 8 Jun 2011 17:09:18 +0200 Subject: [PATCH] Configure test coverage output --- .gitignore | 2 ++ setup.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cfbfa397..14adc7ea 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,11 @@ *.swp *.wpr *.wpu +.coverage MANIFEST _build build dist nosetests.xml spotify_appkey.key +cover diff --git a/setup.cfg b/setup.cfg index 23abad20..1a4c87c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,6 @@ [nosetests] +cover-html = 1 +cover-inclusive = 1 cover-package = spotify no-path-adjustment = 1 where = tests