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_api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: Path objects are ok for data_file and config_file. #1552
Ned Batchelder
2023-02-12
1
-5
/
+7
*
feat: simplify purges_files
Ned Batchelder
2023-02-08
1
-106
/
+0
*
feat: add purge_files method to CoverageData + unit tests for it (#1547)
Wingware Development
2023-02-04
1
-0
/
+106
*
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
*
test: a sorted_lines helper
Ned Batchelder
2022-12-31
1
-5
/
+5
*
mypy: add data.py and test_api.py
Ned Batchelder
2022-12-31
1
-136
/
+155
*
test: add a test of unknown dynamic-context
Ned Batchelder
2022-12-31
1
-0
/
+6
*
style: correct some lint errors
Ned Batchelder
2022-12-30
1
-2
/
+0
*
mypy: inorout.py, disposition.py, and part of control.py
Ned Batchelder
2022-12-30
1
-0
/
+2
*
feat: file paths are only remapped if the result exists
Ned Batchelder
2022-11-29
1
-10
/
+13
*
style: fix spelling
Ned Batchelder
2022-11-28
1
-6
/
+6
*
feat: implicit path mapping during reporting. #1212
Ned Batchelder
2022-11-27
1
-1
/
+145
*
perf: hash data files during combining to avoid unneeded work. #1483
Ned Batchelder
2022-11-08
1
-1
/
+1
*
fix: more relative_files=true fixes. #1280
Ned Batchelder
2022-10-30
1
-0
/
+32
*
fix: use glob matching instead of fnmatch. #1407
Ned Batchelder
2022-10-30
1
-1
/
+0
*
test: copying __pycache__ was causing race conditions, and was unneeded anyway.
Ned Batchelder
2022-07-08
1
-1
/
+5
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-2
/
+2
*
test: SQLite errors come in a few forms
Ned Batchelder
2022-02-06
1
-3
/
+4
*
test(refactor): avoid full commands to speed tests
Ned Batchelder
2021-11-26
1
-1
/
+187
*
test(fix): keep SourceIncludeOmitTest's from clobbering each other
Ned Batchelder
2021-11-24
1
-8
/
+20
*
refactor(test): make_data_file is a helper for making data files
Ned Batchelder
2021-11-20
1
-4
/
+7
*
fix: suffix=False will suppress the suffix even with multiprocessing. #989
Ned Batchelder
2021-11-18
1
-0
/
+20
*
refactor: specialize exceptions
Ned Batchelder
2021-11-14
1
-5
/
+5
*
refactor: add_lines only needs an iterable of ints
Ned Batchelder
2021-11-13
1
-2
/
+2
*
fix: remapping paths during combining needs to follow relative_files=True. #1147
Ned Batchelder
2021-11-06
1
-9
/
+18
*
style: remove implicit string concatenation
Ned Batchelder
2021-10-30
1
-1
/
+1
*
test: exclude one last line in test_api.py
Ned Batchelder
2021-08-09
1
-1
/
+1
*
feat: `coverage combine` now prints messages naming the files being combined....
Ned Batchelder
2021-08-05
1
-0
/
+4
*
feat: warnings are now real warnings
Ned Batchelder
2021-05-30
1
-36
/
+40
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+2
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-2
/
+2
*
refactor: move the remaining backward.py code, no more backward.py
Ned Batchelder
2021-05-01
1
-2
/
+1
*
refactor: remove some unneeded behavior conditionals
Ned Batchelder
2021-05-01
1
-3
/
+0
*
refactor: remove yet more unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-2
/
+2
*
refactor: remove unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-3
/
+4
*
refactor: nice_file can be used as a function
Ned Batchelder
2021-03-22
1
-5
/
+5
*
refactor: remove unused test class setting
Ned Batchelder
2021-03-11
1
-4
/
+0
*
refactor: our own change_dir context manager
Ned Batchelder
2021-03-11
1
-2
/
+1
*
test: simplify how StopEverything is converted to skip
nedbat/remove-unittest-testcase
Ned Batchelder
2021-03-11
1
-2
/
+2
*
test: reduce use of unittest
Ned Batchelder
2021-03-11
1
-4
/
+4
*
test: oops, accidentally always skipped this test
Ned Batchelder
2021-02-24
1
-1
/
+1
*
refactor: convert all skipping to pytest skips
Ned Batchelder
2021-02-07
1
-5
/
+3
*
refactor: remove unittest.assertCountEqual
Ned Batchelder
2021-02-06
1
-1
/
+2
*
refactor: remove reliance on unittest_mixins.StdStreamCapturingMixin
Ned Batchelder
2021-02-02
1
-6
/
+2
*
refactor: move test mixins to their own file
Ned Batchelder
2021-02-02
1
-2
/
+2
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-8
/
+6
*
style: correct placement of auto-added pytest imports
Ned Batchelder
2021-01-31
1
-1
/
+1
*
style: singleton comparisons should use is
Ned Batchelder
2021-01-31
1
-3
/
+3
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-105
/
+96
[next]