index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_xml.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: parametrize a test for #1608
Ned Batchelder
2023-04-27
1
-18
/
+6
*
fix: source paths with trailing slashes causing inconsistent sources in XML r...
Kevin Brown-Silva
2023-04-27
1
-1
/
+14
*
fix: generate xml report packages correctly on windows (#1574)
Benjamin Parzella
2023-03-14
1
-0
/
+33
*
test: stricter regex to avoid false CodeQL alarms
Ned Batchelder
2023-02-22
1
-1
/
+1
*
style: use good style for annotated defaults parameters
Ned Batchelder
2023-01-05
1
-2
/
+2
*
mypy: use __future__ uniformly in checked files
Ned Batchelder
2023-01-05
1
-0
/
+2
*
mypy: test_xml.py
Ned Batchelder
2023-01-01
1
-42
/
+49
*
fix: don't create a data file when just trying to read one. #1328
6.4
Ned Batchelder
2022-05-22
1
-0
/
+1
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-7
/
+7
*
refactor(test): move unicode handling tests to individual test files
Ned Batchelder
2021-11-20
1
-1
/
+42
*
refactor(test): remove subprocesses from test_xml.py
Ned Batchelder
2021-11-20
1
-15
/
+23
*
fix: warn about more source file problems
Ned Batchelder
2021-11-09
1
-1
/
+6
*
feat: warnings are now real warnings
Ned Batchelder
2021-05-30
1
-2
/
+7
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-4
/
+3
*
refactor: move the remaining backward.py code, no more backward.py
Ned Batchelder
2021-05-01
1
-1
/
+1
*
refactor: our own change_dir context manager
Ned Batchelder
2021-03-11
1
-1
/
+1
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-2
/
+1
*
style: correct placement of auto-added pytest imports
Ned Batchelder
2021-01-31
1
-1
/
+1
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-7
/
+6
*
More bitbucket->github urls
Ned Batchelder
2020-08-18
1
-8
/
+8
*
--skip-empty now applies to the XML report also. #976
nedbat/bug976
Ned Batchelder
2020-06-30
1
-0
/
+7
*
relative_files makes XML store relative paths. #948.
Ned Batchelder
2020-03-15
1
-0
/
+13
*
Mark tests that don't need a temp dir
Ned Batchelder
2019-11-25
1
-0
/
+2
*
Clean-ups I noticed while doing something else
Ned Batchelder
2019-11-17
1
-1
/
+3
*
No need for format indexes (mostly)
Ned Batchelder
2019-09-01
1
-3
/
+3
*
Rewrite XML tests to use xml parsing instead of regexes
Ned Batchelder
2019-03-23
1
-117
/
+175
*
Rename farm to gold, since that's what it is
Ned Batchelder
2018-11-18
1
-3
/
+3
*
Simplify the way we run coverage in these tests
Ned Batchelder
2018-11-15
1
-10
/
+3
*
Refactor the XML comparison
Ned Batchelder
2018-11-11
1
-23
/
+16
*
Have to escape data going into a regex sub
Ned Batchelder
2018-08-30
1
-3
/
+3
*
Stop using farm/src for HTML tests.
Ned Batchelder
2018-08-24
1
-8
/
+5
*
Remove some unneeded lines from the code-in-code xml tests
Ned Batchelder
2018-08-24
1
-15
/
+0
*
Change XML gold tests to not use a common source directory
Ned Batchelder
2018-08-24
1
-40
/
+74
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Make sure xml reports specify valid source filenames. #526
Ned Batchelder
2017-05-05
1
-6
/
+9
*
Fix: xml report fails in non-ascii directory. #573
Ned Batchelder
2017-04-30
1
-0
/
+9
*
Get rid of an unnecessary method
Ned Batchelder
2017-02-10
1
-2
/
+3
*
Promote re_line and re_lines to real helpers, with tests.
Ned Batchelder
2017-01-15
1
-14
/
+2
*
Mark some impossible-to-cover lines
Ned Batchelder
2016-06-25
1
-3
/
+3
*
readthedocs.io now
Ned Batchelder
2016-04-30
1
-3
/
+3
*
Do a better job with sources in the XML report
Ned Batchelder
2016-01-23
1
-0
/
+10
*
Windows windows
Ned Batchelder
2015-11-22
1
-3
/
+3
*
Use a more forceful file name comparison, to make Windows tests pass.
Ned Batchelder
2015-11-22
1
-3
/
+5
*
XML <source> element properly reflects --source= option. #439
Ned Batchelder
2015-11-22
1
-0
/
+41
*
Fix pylint warnings
Ned Batchelder
2015-09-04
1
-1
/
+5
*
Convert farm html tests to goldtests.
Ned Batchelder
2015-08-31
1
-0
/
+62
*
Change the coverage.config item-access syntax to a real method call.
Ned Batchelder
2015-08-02
1
-3
/
+3
*
Use the new class name
Ned Batchelder
2015-07-27
1
-5
/
+5
*
Better spelling.
Ned Batchelder
2015-07-25
1
-1
/
+1
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
[next]