summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14Disable xcover support for noseMarkus Lehtonen1-1/+1
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-02-23Remove cover-min-percentageGuido Günther1-3/+0
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ünther1-0/+1
They're all well behaved and this allows us to use doctests in them
2013-11-06Disable html coverage generationGuido Günther1-2/+2
until python-nose is fixed.
2013-06-30Make sure we keep our test coverageGuido Günther1-0/+1
2013-04-06Generate coverage xmlGuido Günther1-1/+1
for cobertura style coverage information that can be picked up by e.g. Jenkins
2012-11-24Output test results in xunit format tooGuido Günther1-0/+1
2012-02-09Include missing doctests in generated API docsGuido Günther1-1/+1
2011-12-29Write coverage information as htmlGuido Günther1-0/+3
2011-11-06Configure epydoc via setup.cfgGuido Günther1-0/+8
2011-11-06Use setuptools to run the testsGuido Günther1-0/+4