summaryrefslogtreecommitdiff
path: root/tests/test_xml.py
Commit message (Expand)AuthorAgeFilesLines
* Rewrite XML tests to use xml parsing instead of regexesNed Batchelder2019-03-231-117/+175
* Rename farm to gold, since that's what it isNed Batchelder2018-11-181-3/+3
* Simplify the way we run coverage in these testsNed Batchelder2018-11-151-10/+3
* Refactor the XML comparisonNed Batchelder2018-11-111-23/+16
* Have to escape data going into a regex subNed Batchelder2018-08-301-3/+3
* Stop using farm/src for HTML tests.Ned Batchelder2018-08-241-8/+5
* Remove some unneeded lines from the code-in-code xml testsNed Batchelder2018-08-241-15/+0
* Change XML gold tests to not use a common source directoryNed Batchelder2018-08-241-40/+74
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* 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
* 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 pack...Ned Batchelder2013-02-021-0/+84