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_files.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
style: use good style for annotated defaults parameters
Ned Batchelder
2023-01-05
1
-5
/
+5
*
mypy: Iterator is better than Generator
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_debug.py test_execfile.py test_filereporter.py test_files.py
Ned Batchelder
2023-01-04
1
-52
/
+69
*
fix: relative_files should keep relative path maps. #1519
Ned Batchelder
2023-01-02
1
-2
/
+12
*
fix: also look into .whl files for source
Ned Batchelder
2022-12-23
1
-0
/
+3
*
fix: don't forbid plus signs in file names. #1513
Ned Batchelder
2022-12-23
1
-2
/
+8
*
fix: when checking source existence for remapping, zipfiles are ok
Ned Batchelder
2022-12-01
1
-1
/
+30
*
fix: prevent infinite recursion
Ned Batchelder
2022-12-01
1
-0
/
+1
*
test: don't add tests conditionally, skip them instead
Ned Batchelder
2022-12-01
1
-6
/
+5
*
feat: file paths are only remapped if the result exists
Ned Batchelder
2022-11-29
1
-3
/
+8
*
feat: added support for finding unexecuted namespace packages (#1387)
Felix Horvat
2022-11-17
1
-1
/
+18
*
fix: path-mapped results shouldn't start with ./
Ned Batchelder
2022-11-08
1
-0
/
+7
*
fix: use glob matching instead of fnmatch. #1407
Ned Batchelder
2022-10-30
1
-63
/
+146
*
feat: implicitly combine relative paths
Ned Batchelder
2022-10-15
1
-0
/
+20
*
refactor: since we are showing regexes, make them a bit simpler
Ned Batchelder
2022-10-15
1
-4
/
+4
*
fix: */foo matches "foo/x.py", to help with combining relative file names. #991
Ned Batchelder
2022-10-15
1
-0
/
+30
*
refactor(test): use parametrize instead of loops
Ned Batchelder
2022-10-15
1
-29
/
+26
*
refactor: simplify the arguments to a test helper
Ned Batchelder
2022-10-15
1
-17
/
+14
*
feat: --debug=pathmap will show details of re-mapping due to [paths] setting.
Ned Batchelder
2022-09-16
1
-1
/
+27
*
docs: keep CHANGES up to date
Ned Batchelder
2022-08-06
1
-2
/
+4
*
fix: paths were wrong when running from root (#1403)
Arthur Rio
2022-08-06
1
-7
/
+17
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-2
/
+2
*
refactor: specialize exceptions
Ned Batchelder
2021-11-14
1
-2
/
+2
*
refactor(test): use the expected name for initializing tests.
Ned Batchelder
2021-11-07
1
-2
/
+2
*
fix: remapping paths during combining needs to follow relative_files=True. #1147
Ned Batchelder
2021-11-06
1
-67
/
+83
*
fix: give a default value to the name argument for Matchers. #1273
Ned Batchelder
2021-11-05
1
-6
/
+6
*
style: prefer explicit string concatenation
Ned Batchelder
2021-10-10
1
-2
/
+2
*
test: canonicalize this bit of debug output
Ned Batchelder
2021-10-08
1
-1
/
+1
*
fix: generate flat file names differently
Ned Batchelder
2021-07-15
1
-10
/
+15
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-2
/
+2
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-14
/
+13
*
debug: label each matcher with its role
Ned Batchelder
2021-04-11
1
-6
/
+6
*
fix: make TreeMatcher right for case-sensitive worlds
Ned Batchelder
2021-04-10
1
-0
/
+5
*
test: reduce use of unittest
Ned Batchelder
2021-03-11
1
-4
/
+4
*
refactor: convert all skipping to pytest skips
Ned Batchelder
2021-02-07
1
-5
/
+1
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-9
/
+5
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-30
/
+23
*
fix: combine aliases on windows base dirs (ie: ``X:\``) (fixes: #577)
Valentin Lab
2021-01-17
1
-0
/
+14
*
Fix tests for GitHub windows platform
Ned Batchelder
2020-11-28
1
-1
/
+1
*
More bitbucket->github urls
Ned Batchelder
2020-08-18
1
-3
/
+3
*
Don't do vars and users in abs_file
Ned Batchelder
2019-11-28
1
-1
/
+1
*
Fix a test to get case right on Windows
Ned Batchelder
2019-01-28
1
-1
/
+1
*
Make sure that the cache is properly filled. (25x speedup on our system that ...
Stephan Richter
2019-01-28
1
-0
/
+13
*
Move fiddly fnmatch logic into its own testable function
Ned Batchelder
2018-09-02
1
-1
/
+50
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Ensure mapped paths use the separator of the result. #618
Ned Batchelder
2018-01-22
1
-0
/
+32
*
Don't ever create HTML filenames longer than ~200 chars. Fixes #627.
Ned Batchelder
2018-01-20
1
-3
/
+21
*
Skip an obscure case that confuses me on Windows
Ned Batchelder
2017-11-04
1
-1
/
+6
*
Root is acceptable as a combining path (the manylinux tests end up with one o...
Ned Batchelder
2017-10-26
1
-1
/
+4
[next]