Run nosetest on executables too
authorGuido Günther <agx@sigxcpu.org>
Fri, 20 Dec 2013 16:04:38 +0000 (17:04 +0100)
committerGuido Günther <agx@sigxcpu.org>
Fri, 20 Dec 2013 16:05:57 +0000 (17:05 +0100)
They're all well behaved and this allows us to use doctests in them

setup.cfg

index 42fbe8e9b5911f7256a5046e156d07b0a8641bc8..da16b1624b775adc548f8dbdd440846b2094f82e 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,7 @@ with-xcoverage=1
 with-xunit=1
 cover-package=gbp
 cover-erase=1
+exe=1
 #cover-html=1
 #cover-html-dir=build/cover/
 cover-min-percentage=68