summaryrefslogtreecommitdiff
path: root/tests/test_xml.py
Commit message (Collapse)AuthorAgeFilesLines
* Make sure xml reports specify valid source filenames. #526Ned Batchelder2017-05-051-6/+9
|
* Fix: xml report fails in non-ascii directory. #573Ned Batchelder2017-04-301-0/+9
|
* Get rid of an unnecessary methodNed Batchelder2017-02-101-2/+3
|
* Promote re_line and re_lines to real helpers, with tests.Ned Batchelder2017-01-151-14/+2
|
* Mark some impossible-to-cover linesNed Batchelder2016-06-251-3/+3
|
* readthedocs.io nowNed Batchelder2016-04-301-3/+3
|
* Do a better job with sources in the XML reportNed Batchelder2016-01-231-0/+10
|
* Windows windowsNed Batchelder2015-11-221-3/+3
|
* Use a more forceful file name comparison, to make Windows tests pass.Ned Batchelder2015-11-221-3/+5
|
* XML <source> element properly reflects --source= option. #439Ned Batchelder2015-11-221-0/+41
|
* Fix pylint warningsNed Batchelder2015-09-041-1/+5
|
* Convert farm html tests to goldtests.Ned Batchelder2015-08-311-0/+62
|
* Change the coverage.config item-access syntax to a real method call.Ned Batchelder2015-08-021-3/+3
| | | | | The square brackets were too cute, and I couldn't figure out how to document them anyway!
* Use the new class nameNed Batchelder2015-07-271-5/+5
|
* Better spelling.Ned Batchelder2015-07-251-1/+1
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Keep windows workingNed Batchelder2015-01-251-1/+7
|
* XML package_depth configuration option. Thanks, Lex BerezhnyNed Batchelder2015-01-191-18/+76
|
* Fix bad regression: XML report now reports packages again. #235Ned Batchelder2015-01-191-1/+70
|
* Clean up the XML tests a littleNed Batchelder2015-01-191-11/+16
|
* Report empty files as 100% instead of 0%, fixes #345Ned Batchelder2015-01-161-1/+8
|
* Change all pylint message codes to message namesNed Batchelder2014-11-231-1/+1
|
* Add tests for issue #285Chris Rose2014-02-151-0/+7
|
* Don't divide by zero if nothing to report. #250.Ned Batchelder2013-09-301-1/+16
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+84
package.