summaryrefslogtreecommitdiff
path: root/tests/test_xml.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: generate xml report packages correctly on windows (#1574)Benjamin Parzella2023-03-141-0/+33
| | | | | | | * fix: generate xml report packages correctly on windows * test: check duplicate package names in xml report * fix: shorten long line in test_xml
* test: stricter regex to avoid false CodeQL alarmsNed Batchelder2023-02-221-1/+1
| | | | | | | | | Will fix: https://github.com/nedbat/coveragepy/security/code-scanning/3 https://github.com/nedbat/coveragepy/security/code-scanning/4 (though tbh, not sure how to close those as fixed?)
* style: use good style for annotated defaults parametersNed Batchelder2023-01-051-2/+2
|
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-051-0/+2
|
* mypy: test_xml.pyNed Batchelder2023-01-011-42/+49
|
* fix: don't create a data file when just trying to read one. #13286.4Ned Batchelder2022-05-221-0/+1
|
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-7/+7
|
* refactor(test): move unicode handling tests to individual test filesNed Batchelder2021-11-201-1/+42
| | | | Eight fewer sub-processes
* refactor(test): remove subprocesses from test_xml.pyNed Batchelder2021-11-201-15/+23
|
* fix: warn about more source file problemsNed Batchelder2021-11-091-1/+6
|
* feat: warnings are now real warningsNed Batchelder2021-05-301-2/+7
| | | | | | This makes coverage warnings visible when running test suites under pytest. But it also means some uninteresting warnings would show up in our own test suite, so we had to catch or suppress those.
* 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
| | | | We don't need to use the one from unittest_mixins.
* 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
| | | | One step of moving to pure pytest tests.
* 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
| | | | | 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
|