summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)Author
2015-03-27Ignore long lines with pep8Guido Günther
We want to get there eventually but having this on now is just too much noise.
2015-03-27Turn off coverage output by defaultGuido Günther
It's much simpler to spot the cause of test failures this way.
2014-02-23Remove cover-min-percentageGuido Günther
It makes running single tests harder than necessary since it requires the percentage also when using "nose <testname>".
2013-12-20Run nosetest on executables tooGuido Günther
They're all well behaved and this allows us to use doctests in them
2013-11-06Disable html coverage generationGuido Günther
until python-nose is fixed.
2013-06-30Make sure we keep our test coverageGuido Günther
2013-04-06Generate coverage xmlGuido Günther
for cobertura style coverage information that can be picked up by e.g. Jenkins
2012-11-24Output test results in xunit format tooGuido Günther
2012-02-09Include missing doctests in generated API docsGuido Günther
2011-12-29Write coverage information as htmlGuido Günther
2011-11-06Configure epydoc via setup.cfgGuido Günther
2011-11-06Use setuptools to run the testsGuido Günther