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
*
Pylint upgrade and cleanup.
Ned Batchelder
2014-09-21
2
-2
/
+2
*
More things we don't need with the latest versions
Ned Batchelder
2014-09-20
2
-36
/
+33
*
Add greenlet tests
Ned Batchelder
2014-09-20
1
-3
/
+31
*
Coroutines are now only supported with the C tracer, and better error handling
Ned Batchelder
2014-09-20
1
-31
/
+57
*
Merge in the C implementation of coroutine support.
Ned Batchelder
2014-09-17
1
-1
/
+1
|
\
|
*
Temporary debugging tweaks to tests
Ned Batchelder
2014-07-31
1
-1
/
+14
|
*
Update tests for really testing gevent with a C extension.
Ned Batchelder
2014-07-31
1
-2
/
+2
*
|
Gevent, etc, support finally works. #149
Ned Batchelder
2014-09-17
1
-11
/
+22
*
|
Move test helpers into the coverage package so others can use them
Ned Batchelder
2014-09-15
4
-305
/
+10
*
|
Refactor the test tests too
Ned Batchelder
2014-09-15
1
-12
/
+16
*
|
Also refactor the temp file management.
Ned Batchelder
2014-09-14
1
-87
/
+87
*
|
Refactor the base test case into separate mixins using addCleanup
Ned Batchelder
2014-09-14
1
-80
/
+116
*
|
Progress on plugins
Ned Batchelder
2014-09-14
1
-7
/
+120
*
|
Make CoveragePlugin importable from coverage
Ned Batchelder
2014-08-22
3
-6
/
+6
*
|
Forgotten files
Ned Batchelder
2014-08-21
4
-0
/
+116
*
|
More-serious plugin support
Ned Batchelder
2014-08-21
1
-0
/
+24
|
/
*
Improve branch summarization
Ned Batchelder
2014-07-08
2
-14
/
+38
*
Fix up the coroutine tests, now eventlet works? But gevent still doesn't
Ned Batchelder
2014-07-06
1
-19
/
+42
*
Read options from setup.cfg if .coveragerc not around. #304
Ned Batchelder
2014-07-05
1
-53
/
+91
*
Fix non-comment encoding detection.
Anthony Sottile
2014-06-29
1
-0
/
+5
*
Prevent UnicodeDecodeErrors in html report. #303
Ned Batchelder
2014-06-11
1
-21
/
+32
*
Add detail to the UnicodeDecodeError for #303
Ned Batchelder
2014-06-09
1
-1
/
+22
*
Remove old stuff for old Pythons
Ned Batchelder
2014-06-03
3
-50
/
+37
*
Round fail-under result same as others. Fixed #284.
Ned Batchelder
2014-06-03
3
-29
/
+44
*
Make the test match the code better
Ned Batchelder
2014-06-03
1
-1
/
+1
*
Fix the new FnmatchMatcher for >100 patterns
Ned Batchelder
2014-06-03
2
-2
/
+10
*
Restore the intent of this test
Ned Batchelder
2014-06-02
1
-3
/
+9
*
Clean up the merged pull request
Ned Batchelder
2014-06-01
1
-4
/
+5
*
minor comment fix
Steve
2014-05-26
1
-2
/
+2
*
Fix formatting when no missing lines; improve tests
Steve
2014-05-26
1
-5
/
+32
*
Tests for --branch --show-missing summary; update AUTHORS.txt
Steve
2014-05-26
1
-0
/
+49
*
Switch some uses of old command line syntax to new
Ned Batchelder
2014-05-18
9
-34
/
+34
*
Continued refactoring of CodeUnit
Ned Batchelder
2014-05-18
2
-16
/
+16
*
Merged
Ned Batchelder
2014-05-18
1
-0
/
+16
|
\
|
*
A test that the report command can use wildcards
Ned Batchelder
2014-05-18
1
-0
/
+16
*
|
Minor minor
Ned Batchelder
2014-05-17
1
-6
/
+8
*
|
Some day I will remember to fix pylint things before I check in the code.
Ned Batchelder
2014-05-17
2
-14
/
+16
|
/
*
Avoid a bunch of deprecated functions.
Ned Batchelder
2014-05-17
14
-55
/
+58
*
Finish up #305.
Ned Batchelder
2014-05-17
1
-0
/
+12
*
Supply a missing docstring
Ned Batchelder
2014-05-16
1
-0
/
+4
*
Refactor execfile to avoid imp to avoid deprecation warnings
Ned Batchelder
2014-05-16
1
-0
/
+5
*
Run tests with warnings on, and fix some warnings
Ned Batchelder
2014-05-15
2
-6
/
+14
*
Latest code form 500lines
Ned Batchelder
2014-05-09
1
-18
/
+31
*
Small cleanups
Ned Batchelder
2014-05-03
1
-1
/
+0
*
Clean up Stan Hu's pull request, and add him to changes and authors
Ned Batchelder
2014-05-02
3
-15
/
+12
*
Fix the error output for test_farm
Ned Batchelder
2014-05-02
1
-5
/
+11
*
Merged in stanhu/coverage.py (pull request #32)
Ned Batchelder
2014-05-02
7
-11
/
+35
|
\
|
*
Update tests to handle XML whitespaces differences in Python 2.6. Apply the r...
Stan Hu
2014-04-25
4
-14
/
+14
|
*
Test value inside <source> element
Stan Hu
2014-02-04
3
-3
/
+15
|
*
Issue #94: Include the sources element
Stan Hu
2014-02-03
6
-0
/
+12
[next]