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_data.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf: avoid needless sql operations. #1538
Ned Batchelder
2023-01-24
1
-10
/
+8
*
style: use good style for annotated defaults parameters
Ned Batchelder
2023-01-05
1
-1
/
+1
*
mypy: use __future__ uniformly in checked files
Ned Batchelder
2023-01-05
1
-0
/
+2
*
mypy: test_coverage.py, test_data.py
Ned Batchelder
2023-01-04
1
-84
/
+97
*
feat: file paths are only remapped if the result exists
Ned Batchelder
2022-11-29
1
-0
/
+3
*
perf: more combine speed-ups
Ned Batchelder
2022-11-20
1
-0
/
+20
*
test: uncomment an assert
Ned Batchelder
2022-10-15
1
-2
/
+1
*
test: add a test for #1405
Ned Batchelder
2022-08-06
1
-0
/
+27
*
fix: don't create a data file when just trying to read one. #1328
6.4
Ned Batchelder
2022-05-22
1
-0
/
+7
*
feat: a new debug option `sqldata` shows all the data being written to the db.
Ned Batchelder
2022-05-22
1
-5
/
+12
*
fix: CoverageData(no_disk=True).update() now works. #1323
Ned Batchelder
2022-05-21
1
-0
/
+16
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-1
/
+1
*
test: add one sql test to cover an unlikely case in the code
Ned Batchelder
2022-01-21
1
-5
/
+13
*
fix: create the db as needed when accessed
Ned Batchelder
2022-01-20
1
-15
/
+2
*
build: make upgrade
nedbat/upgrade-with-kits
Ned Batchelder
2021-11-30
1
-1
/
+1
*
refactor: specialize exceptions
Ned Batchelder
2021-11-14
1
-21
/
+21
*
refactor: add_lines only needs an iterable of ints
Ned Batchelder
2021-11-13
1
-26
/
+26
*
test: cover the last edge cases in sqldata.py
Ned Batchelder
2021-10-10
1
-2
/
+12
*
fix: raise CoverageException for SQLite connection errors
nedbat/sqldata-edge-tests
Ned Batchelder
2021-10-10
1
-0
/
+8
*
refactor: simplify some strange string formatting
Ned Batchelder
2021-10-10
1
-3
/
+3
*
test: test two add_file_tracer possibilities
Ned Batchelder
2021-10-10
1
-0
/
+22
*
refactor: no need for maybe-u prefixes in test regexes
Ned Batchelder
2021-10-10
1
-5
/
+5
*
test: run test_data.py with debugging on
Ned Batchelder
2021-10-10
1
-96
/
+110
*
refactor: remove a mixin class from tests
Ned Batchelder
2021-10-10
1
-67
/
+64
*
style: prefer explicit string concatenation
Ned Batchelder
2021-10-10
1
-2
/
+2
*
fix: contexts_by_lineno now returns a true dict
Ned Batchelder
2021-10-09
1
-3
/
+24
*
test: add a test of touching files in an empty CoverageData
Ned Batchelder
2021-10-09
1
-0
/
+6
*
test: set_query_contexts takes regex, make the examples look like regex
Ned Batchelder
2021-10-09
1
-6
/
+6
*
refactor: use sets to collect data
Ned Batchelder
2021-08-15
1
-34
/
+32
*
build: mark a line as not covered
Ned Batchelder
2021-05-30
1
-1
/
+1
*
fix: make data collection operations thread-safe
Ned Batchelder
2021-05-03
1
-1
/
+6
*
test: remove a changed test that wasn't supposed to be part of bb73791b
Ned Batchelder
2021-05-03
1
-6
/
+1
*
refactor: convert more %-formatting to f-strings
Ned Batchelder
2021-05-02
1
-1
/
+6
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+1
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-1
/
+1
*
refactor: remove unused test class setting
Ned Batchelder
2021-03-11
1
-4
/
+0
*
test: have pytest collect test classes uniformly
Ned Batchelder
2021-03-11
1
-1
/
+1
*
fix: improve an error message. #803
Ned Batchelder
2021-02-28
1
-2
/
+4
*
refactor: remove unittest.assertCountEqual
Ned Batchelder
2021-02-06
1
-6
/
+7
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-7
/
+9
*
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
-1
/
+1
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-82
/
+77
*
More bitbucket->github urls
Ned Batchelder
2020-08-18
1
-2
/
+2
*
'[run] note' is no longer supported.
Ned Batchelder
2019-11-09
1
-32
/
+0
*
Setting query context has to be done with a separate method call
Ned Batchelder
2019-10-02
1
-7
/
+9
*
Updating with an empty data is ok
Ned Batchelder
2019-09-03
1
-0
/
+16
*
No need for format indexes (mostly)
Ned Batchelder
2019-09-01
1
-2
/
+2
*
Refactor numbits into their own files
Ned Batchelder
2019-07-31
1
-30
/
+0
*
z-compressed dumps and loads
Ned Batchelder
2019-07-19
1
-0
/
+28
[next]