From c73d2078efd07fb3bd20acb390ebfc427ddc78ad Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Wed, 18 Apr 2012 14:19:24 +0200 Subject: [PATCH] Enable code coverage by default --- .hgignore | 2 ++ setup.cfg | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.hgignore b/.hgignore index 59b4c42..42eda0d 100644 --- a/.hgignore +++ b/.hgignore @@ -7,7 +7,9 @@ syntax: glob *.orig ~* .coverage +coverage.xml .noseids +nosetests.xml syntax: regexp diff --git a/setup.cfg b/setup.cfg index 2d74c58..d293a53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,8 @@ tag_date = true [aliases] release = egg_info -RDb '' + +[nosetests] +with-xunit = true +with-coverage = true +cover-package = wsme