Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-14 | Disable xcover support for nose | Markus Lehtonen | 1 | -1/+1 | |
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2014-02-23 | Remove cover-min-percentage | Guido Günther | 1 | -3/+0 | |
It makes running single tests harder than necessary since it requires the percentage also when using "nose <testname>". | |||||
2013-12-20 | Run nosetest on executables too | Guido Günther | 1 | -0/+1 | |
They're all well behaved and this allows us to use doctests in them | |||||
2013-11-06 | Disable html coverage generation | Guido Günther | 1 | -2/+2 | |
until python-nose is fixed. | |||||
2013-06-30 | Make sure we keep our test coverage | Guido Günther | 1 | -0/+1 | |
2013-04-06 | Generate coverage xml | Guido Günther | 1 | -1/+1 | |
for cobertura style coverage information that can be picked up by e.g. Jenkins | |||||
2012-11-24 | Output test results in xunit format too | Guido Günther | 1 | -0/+1 | |
2012-02-09 | Include missing doctests in generated API docs | Guido Günther | 1 | -1/+1 | |
2011-12-29 | Write coverage information as html | Guido Günther | 1 | -0/+3 | |
2011-11-06 | Configure epydoc via setup.cfg | Guido Günther | 1 | -0/+8 | |
2011-11-06 | Use setuptools to run the tests | Guido Günther | 1 | -0/+4 | |