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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Typo
Ned Batchelder
2018-11-13
1
-1
/
+1
*
Comparisons should always be expected,actual
Ned Batchelder
2018-11-13
1
-32
/
+30
*
Update the tox output example from hg to git.
Mariatta
2018-11-13
1
-2
/
+2
*
Update url from bitbucket to GitHub where applicable.
Mariatta
2018-11-13
2
-2
/
+2
*
Keep test directories shorter
Ned Batchelder
2018-11-12
2
-2
/
+6
*
Oops, had tidelift twice
Ned Batchelder
2018-11-12
1
-3
/
+0
*
Update requirements
Ned Batchelder
2018-11-12
6
-11
/
+11
*
Correct a link
Ned Batchelder
2018-11-12
1
-1
/
+1
*
Python 3.8 passes all tests
Ned Batchelder
2018-11-11
1
-0
/
+2
*
A simple test of a test function
Ned Batchelder
2018-11-11
1
-0
/
+17
*
One last decorator test change for 3.8
Ned Batchelder
2018-11-11
1
-2
/
+10
*
Update an HTML gold test due to new peephole optimizations
Ned Batchelder
2018-11-11
3
-47
/
+37
*
Comparison should always be expected,actual
Ned Batchelder
2018-11-11
1
-6
/
+6
*
Canonicalize the XML output
Ned Batchelder
2018-11-11
1
-5
/
+24
*
Refactor the XML comparison
Ned Batchelder
2018-11-11
1
-23
/
+16
*
Comparison is not symmetric, it's expected vs actual
Ned Batchelder
2018-11-11
5
-42
/
+44
*
Always compare expected then actual
Ned Batchelder
2018-11-11
1
-17
/
+17
*
Keep test tempdirs distinct, for saving and comparing test output
Ned Batchelder
2018-11-11
2
-8
/
+13
*
Python 3.8 will optimize away "while True:"
Ned Batchelder
2018-11-11
4
-10
/
+52
*
Better error handling in set_env.py
Ned Batchelder
2018-11-09
1
-6
/
+22
*
Minor cleanup in tox.ini
Ned Batchelder
2018-11-05
1
-3
/
+5
*
Debug-time environment variables can be set with set_env.py
Ned Batchelder
2018-11-03
7
-1
/
+103
*
Record that a bug was fixed. #700
Ned Batchelder
2018-11-03
1
-1
/
+4
*
Everything should get a docstring
Ned Batchelder
2018-11-03
2
-0
/
+2
*
Adapt to 3.8's way of tracing decorated functions
Ned Batchelder
2018-11-03
4
-14
/
+56
*
You can turn off contracts while debugging tests
Ned Batchelder
2018-11-03
1
-1
/
+5
*
Make this useful for py3 also
Ned Batchelder
2018-11-03
1
-1
/
+2
*
More correct
Ned Batchelder
2018-11-01
1
-1
/
+1
*
Better version showing
Ned Batchelder
2018-10-31
1
-2
/
+1
*
Remove use_2to3=False; it is the default
Jon Dufresne
2018-10-27
1
-7
/
+0
*
Use a new event loop
Ned Batchelder
2018-10-24
1
-2
/
+2
*
Add 3.7, and other appveyor changes
Ned Batchelder
2018-10-24
1
-15
/
+37
*
Always include a documentation link at the end of help messages
Ned Batchelder
2018-10-21
2
-14
/
+24
*
Make directories for the data file if needed. #721
Ned Batchelder
2018-10-21
3
-0
/
+14
*
Helpers for making directories
Ned Batchelder
2018-10-21
3
-7
/
+20
*
Clean __pycache__ before .pyc (a little faster?)
Ned Batchelder
2018-10-19
1
-1
/
+1
*
PyPy3 fixed an obscure bug long ago, we don't need this override
Ned Batchelder
2018-10-19
1
-7
/
+3
*
One more error case for the command line
Ned Batchelder
2018-10-19
2
-3
/
+21
*
Clean up a metacov .pth file that could get left behind.
Ned Batchelder
2018-10-19
2
-0
/
+2
*
`[run] command_line` is the command line to use for 'coverage run'. #695
Ned Batchelder
2018-10-18
5
-4
/
+64
*
This was in the wrong place
Ned Batchelder
2018-10-18
1
-3
/
+3
*
We weren't using this argument
Ned Batchelder
2018-10-18
1
-2
/
+2
*
This is literally what setdefault is for
Ned Batchelder
2018-10-18
1
-2
/
+1
*
Clean some lint
Ned Batchelder
2018-10-17
2
-4
/
+8
*
Don't clobber sys.path[0]. #715
Ned Batchelder
2018-10-16
2
-4
/
+4
*
A test for 'no such table: meta' as in #716.
Ned Batchelder
2018-10-16
1
-0
/
+12
*
Allow later DebugOutputFile to replace earlier ones
Ned Batchelder
2018-10-16
1
-6
/
+12
*
Put this helper in the right place
Ned Batchelder
2018-10-16
1
-6
/
+7
*
Note a bug we closed
Ned Batchelder
2018-10-16
1
-1
/
+3
*
Do we need more than 10 tries?
Ned Batchelder
2018-10-15
1
-1
/
+1
[prev]
[next]