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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Remove needless license lines from html tests
Ned Batchelder
2018-08-24
37
-507
/
+301
|
*
Better handling of the absolute paths to the test temp directory
Ned Batchelder
2018-08-24
3
-10
/
+13
|
*
Delete unneeded farm/src files
Ned Batchelder
2018-08-24
19
-196
/
+0
|
*
Stop using farm/src for HTML tests.
Ned Batchelder
2018-08-24
5
-159
/
+350
|
*
Remove some unneeded lines from the code-in-code xml tests
Ned Batchelder
2018-08-24
3
-29
/
+14
|
*
Enable keeping test-created temp dirs
Ned Batchelder
2018-08-24
1
-0
/
+6
|
*
Stop TempDirTest from complaining that no files were made
Ned Batchelder
2018-08-24
1
-0
/
+1
|
*
Change XML gold tests to not use a common source directory
Ned Batchelder
2018-08-24
1
-40
/
+74
|
*
PyPy needs to close cursors from pragmas
Ned Batchelder
2018-08-24
2
-1
/
+2
|
*
Cop out for a json/sql difference in data types
Ned Batchelder
2018-08-24
1
-5
/
+5
|
*
Get file_tracer semantics right, whew
Ned Batchelder
2018-08-24
1
-2
/
+2
|
*
Be flexible, and accept either json-sourced or sql-source error messages in s...
Ned Batchelder
2018-08-24
4
-7
/
+33
|
*
Skip some tests for SQL for now
Ned Batchelder
2018-08-24
3
-2
/
+14
|
*
Remove an unused debugging thing
Ned Batchelder
2018-08-14
2
-12
/
+0
|
*
Refactor initialization
Ned Batchelder
2018-08-14
1
-2
/
+4
|
*
Start moving suffix to constructor
Ned Batchelder
2018-08-12
1
-14
/
+15
|
*
A little better
Ned Batchelder
2018-08-11
1
-2
/
+2
|
*
Don't add data by asking about data
Ned Batchelder
2018-08-11
1
-0
/
+7
|
*
Implement more
Ned Batchelder
2018-08-11
1
-8
/
+11
|
*
Move line_counts out of the data classes
Ned Batchelder
2018-08-10
5
-27
/
+31
|
*
Move a common method outside the data classes
Ned Batchelder
2018-08-10
1
-4
/
+5
|
*
Simplify how run --append works.
Ned Batchelder
2018-08-09
1
-11
/
+7
|
*
Merge branch 'master' into nedbat/data-sqlite
Ned Batchelder
2018-08-08
2
-51
/
+29
|
|
\
|
*
\
Merge branch 'master' into nedbat/data-sqlite
Ned Batchelder
2018-08-07
4
-13
/
+43
|
|
\
\
|
*
|
|
Pull combine_parallel_data out of CoverageData
Ned Batchelder
2018-08-04
1
-6
/
+6
|
*
|
|
Make file operations implicit on constructed filename
Ned Batchelder
2018-07-23
5
-65
/
+67
|
*
|
|
CoverageData now also handles file operations
Ned Batchelder
2018-07-23
2
-47
/
+37
*
|
|
|
Simplify how run --append works.
Ned Batchelder
2018-08-12
1
-11
/
+7
*
|
|
|
Hasher needed more information about nesting to avoid collisions
Ned Batchelder
2018-08-11
1
-0
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
No need to erase before running
Ned Batchelder
2018-08-08
1
-16
/
+0
*
|
|
Simplify counting data files
Ned Batchelder
2018-08-08
1
-35
/
+29
|
|
/
|
/
|
*
|
Check data file existence while testing combining
Ned Batchelder
2018-08-07
2
-8
/
+12
*
|
assert_file_count
Ned Batchelder
2018-08-07
4
-1
/
+29
*
|
Remove a mention of Python 2.6
Ned Batchelder
2018-07-26
1
-4
/
+2
|
/
*
Add a test to be sure 'combine' works both plain and --append
Ned Batchelder
2018-07-23
1
-15
/
+49
*
Be stricter about self._data
Ned Batchelder
2018-07-08
2
-5
/
+5
*
Don't need the v3->v4 data converter in v5
Ned Batchelder
2018-07-01
1
-55
/
+0
*
Quiet a pylint warning
Ned Batchelder
2018-06-30
1
-0
/
+2
*
ResourceWarning isn't in py2?
Ned Batchelder
2018-06-29
1
-1
/
+1
*
Suppress needless warnings during tests
Ned Batchelder
2018-06-29
1
-0
/
+14
*
Fix a too-long line
Ned Batchelder
2018-06-29
1
-1
/
+2
*
New gold files with trimmed whitespace
Ned Batchelder
2018-06-29
38
-796
/
+76
*
Fix the indentation of closing triple quotes
Ned Batchelder
2018-06-28
1
-12
/
+12
*
Exclude site-packages so vendored code doesn't pollute test results
Ned Batchelder
2018-06-28
2
-1
/
+16
*
Windows file paths in the HTML have to be canonicalized
Ned Batchelder
2018-06-27
1
-0
/
+4
*
Need to escape when using Windows paths as regexes
Ned Batchelder
2018-06-27
1
-1
/
+1
*
Lose a little less information when scrubbing HTML
Ned Batchelder
2018-06-27
2
-4
/
+4
*
Absolute paths in the HTML report have to be scrubbed
Ned Batchelder
2018-06-27
1
-2
/
+8
*
Exclude a failure-only line
Ned Batchelder
2018-06-27
1
-1
/
+1
*
Updated gold files for bom.py
Ned Batchelder
2018-06-27
4
-30
/
+265
[prev]
[next]