summaryrefslogtreecommitdiff
path: root/tests/test_xml.py
Commit message (Expand)AuthorAgeFilesLines
* feat: warnings are now real warningsNed Batchelder2021-05-301-2/+7
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-4/+3
* refactor: move the remaining backward.py code, no more backward.pyNed Batchelder2021-05-011-1/+1
* refactor: our own change_dir context managerNed Batchelder2021-03-111-1/+1
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-2/+1
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-311-1/+1
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-7/+6
* More bitbucket->github urlsNed Batchelder2020-08-181-8/+8
* --skip-empty now applies to the XML report also. #976nedbat/bug976Ned Batchelder2020-06-301-0/+7
* relative_files makes XML store relative paths. #948.Ned Batchelder2020-03-151-0/+13
* Mark tests that don't need a temp dirNed Batchelder2019-11-251-0/+2
* Clean-ups I noticed while doing something elseNed Batchelder2019-11-171-1/+3
* No need for format indexes (mostly)Ned Batchelder2019-09-011-3/+3
* 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