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
/
test
/
coveragetest.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Control the test better; don't use os when cleaning up the path
Ned Batchelder
2011-08-08
1
-1
/
+1
|
*
A fullcoverage tracer that works. Events are stashed, then replayed when ↵
Ned Batchelder
2011-08-08
1
-1
/
+1
|
|
|
|
coverage is started.
*
2.7's unittest is more helpful with long messages.
Ned Batchelder
2011-07-04
1
-0
/
+3
|
*
Remove a bunch of warnings from pylint.
Ned Batchelder
2011-05-31
1
-2
/
+5
|
*
Better handling of the partial-branch exclusion regexes. Finishes issue #113.
Ned Batchelder
2011-05-31
1
-2
/
+5
|
*
Incremental HTML generation. Some cleanup would be good.
Ned Batchelder
2011-03-24
1
-1
/
+21
|
*
Add a test helper for checking on the existence of files.
Ned Batchelder
2011-03-22
1
-0
/
+10
|
*
All tests should restore sys.path
Ned Batchelder
2011-03-20
1
-5
/
+6
|
*
A file opened in 'b' mode needs bytes, not strings. Try to do this in a ↵
Ned Batchelder
2011-03-15
1
-1
/
+2
|
|
|
|
clean-ish way...
*
Ugh, newb mistake: Windows needs the b flag to tightly control the bytes in ↵
Ned Batchelder
2011-03-13
1
-1
/
+1
|
|
|
|
the file.
*
Pylint 0.23.0 'deprecated' disable-msg.
Ned Batchelder
2011-02-01
1
-2
/
+2
|
*
A bunch more places where a file close should be in a finally clause.
Ned Batchelder
2011-01-30
1
-2
/
+4
|
*
A test for parsing files with different line endings.
Ned Batchelder
2011-01-30
1
-2
/
+5
|
*
Some prep work for finding completely uncovered files.
Ned Batchelder
2010-08-30
1
-0
/
+6
|
*
Python 3.2 doctest expects stdout to have an encoding.
Ned Batchelder
2010-08-01
1
-2
/
+4
|
*
Re-vamp the tests for omit and include, and add source.
Ned Batchelder
2010-06-21
1
-2
/
+2
|
*
Give this helper function a better name, it's confused me too many times.
Ned Batchelder
2010-06-21
1
-3
/
+8
|
*
The 'source' option is a list of directories or packages to limit coverage's ↵
Ned Batchelder
2010-06-13
1
-1
/
+5
|
|
|
|
attention.
*
Format the code to pylint's liking, and fix up the docstrings for omit and ↵
Ned Batchelder
2010-05-15
1
-1
/
+1
|
|
|
|
include.
*
Hook up omit and include to the run command. Test the new cmdline behavior ↵
Ned Batchelder
2010-05-15
1
-0
/
+8
|
|
|
|
and run behavior.
*
Properly record multiple exits separately. Fixes #62.
Ned Batchelder
2010-04-27
1
-7
/
+29
|
*
make_files is more useful if it can do subdirectories too.
Ned Batchelder
2010-03-20
1
-1
/
+7
|
*
Who would have thought getting missing environment vars right would require ↵
Ned Batchelder
2010-03-13
1
-2
/
+5
|
|
|
|
so many tries
*
Nicer handling of missing environment variables.
Ned Batchelder
2010-03-13
1
-5
/
+3
|
*
When fiddling with PYTHONPATH, be prepared for it not to exist.
Ned Batchelder
2010-03-13
1
-1
/
+3
|
*
If the user's code calls sys.exit(), honor the request and exit with that ↵
Ned Batchelder
2010-02-28
1
-4
/
+31
|
|
|
|
status. Fixes issue #50.
*
Simplify the check_coverage function just a smidgin
Ned Batchelder
2009-12-26
1
-10
/
+9
|
*
Mark some lines as uncoverable, add some tests for some test methods.
Ned Batchelder
2009-12-26
1
-3
/
+3
|
*
Clarify the behavior of check_coverage.
Ned Batchelder
2009-12-21
1
-3
/
+8
|
*
lint lint
Ned Batchelder
2009-12-20
1
-1
/
+3
|
*
A better way to display differences between arc lists when tests fail.
Ned Batchelder
2009-12-20
1
-3
/
+10
|
*
Add tests for 'coverage debug data'
Ned Batchelder
2009-12-19
1
-3
/
+4
|
*
Clean-ups
Ned Batchelder
2009-12-05
1
-5
/
+5
|
*
Merged default onto config.
Ned Batchelder
2009-12-03
1
-36
/
+38
|
\
|
|
|
|
|
|
|
|
--HG-- branch : config
|
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-35
/
+35
|
|
|
*
Fix some self-measurement problems. Now coverage_coverage.py works again ↵
Ned Batchelder
2009-11-29
1
-6
/
+7
|
|
|
|
|
|
|
|
(had to be sure to stop coverage if check_coverage threw an exception).
*
|
A new way to manage changes to the environment in the unit tests.
Ned Batchelder
2009-11-28
1
-8
/
+36
|
/
|
|
|
|
--HG-- branch : config
*
Rename our future-happy unittest methods to match their future versions, and ↵
Ned Batchelder
2009-11-26
1
-1
/
+1
|
|
|
|
let the future versions win if they exist.
*
Refactor generic unittest methods into a new class.
Ned Batchelder
2009-11-26
1
-63
/
+3
|
*
When reporting, don't fall over if there's no data to report on. Fixes issue ↵
Ned Batchelder
2009-11-26
1
-2
/
+27
|
|
|
|
#37.
*
Add a test for leaking memory in the C extension. Windows only for now, ↵
Ned Batchelder
2009-11-22
1
-1
/
+1
|
|
|
|
kind of experimental.
*
Add a multiline test assert, lifted from Py3.1
Ned Batchelder
2009-11-21
1
-1
/
+18
|
*
Trim line lengths
Ned Batchelder
2009-11-18
1
-2
/
+3
|
*
Dur! This is a better way to indicate how the tests should run.
Ned Batchelder
2009-11-18
1
-4
/
+2
|
*
Avoid some unneeded tempdir creation in tests.
Ned Batchelder
2009-11-15
1
-23
/
+30
|
*
Add an assert_matches method, and tests to prove it works.
Ned Batchelder
2009-10-25
1
-1
/
+7
|
*
Start testing exceptions with arc measurements.
Ned Batchelder
2009-10-19
1
-4
/
+13
|
*
Keep lines under 80 chars.
Ned Batchelder
2009-10-17
1
-4
/
+8
|
*
Tidying up
Ned Batchelder
2009-10-16
1
-1
/
+1
|
*
Start unit testing the arc measurement. In arcs, -1 means enter or exit.
Ned Batchelder
2009-10-16
1
-13
/
+47
|
[next]