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