From 83b072c58ff7ebfa5539abe7fec6528fcda2349f Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Thu, 24 Feb 2011 10:56:12 +0100 Subject: [PATCH] add coverage --- buildout.cfg | 1 + pyramidapp/setup.cfg | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 025a314..71e4da3 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -11,6 +11,7 @@ eggs = pyramidapp fa.jquery WebTest + coverage PasteScript Sphinx diff --git a/pyramidapp/setup.cfg b/pyramidapp/setup.cfg index 2c7868a..d756c4f 100644 --- a/pyramidapp/setup.cfg +++ b/pyramidapp/setup.cfg @@ -1,7 +1,7 @@ [nosetests] match=^test nocapture=1 -cover-package=pyramidapp +cover-package=pyramid_formalchemy with-coverage=1 cover-erase=1 verbosity=3 diff --git a/setup.cfg b/setup.cfg index 142971e..74e2443 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [nosetests] match = ^test nocapture = 1 -cover-package = pyramidapp +cover-package = pyramid_formalchemy with-coverage = 1 cover-erase = 1