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 (
Collapse
)
Author
Age
Files
Lines
*
Finish up Max Linke's fix for double encoding declarations. Fixes #453
Ned Batchelder
2015-12-24
1
-13
/
+21
|
*
Add a failing test of double coding declarations, for #453
Ned Batchelder
2015-12-24
1
-2
/
+9
|
*
Removed unnecessary setup in MultiprocessingTest class
Rodrigue Cloutier
2015-12-15
1
-3
/
+0
|
|
|
|
|
--HG-- branch : windows_multiprocessing_support
*
Fix Windows support for multiprocessing monkey patch
Rodrigue Cloutier
2015-12-10
1
-4
/
+0
|
|
|
|
|
--HG-- branch : windows_multiprocessing_support
*
Pragmas on decorators apply to the entire function or class. #131
Ned Batchelder
2015-11-28
1
-0
/
+49
|
*
Clean up PythonParser a bit.
Ned Batchelder
2015-11-28
1
-6
/
+5
|
*
Windows windows
Ned Batchelder
2015-11-22
1
-3
/
+3
|
*
Use a more forceful file name comparison, to make Windows tests pass.
Ned Batchelder
2015-11-22
1
-3
/
+5
|
*
XML <source> element properly reflects --source= option. #439
Ned Batchelder
2015-11-22
1
-0
/
+41
|
*
Extend import_local_file so I can use a file in another directory.
Ned Batchelder
2015-11-22
1
-6
/
+8
|
*
Cleanups for style, docs, etc from #438
Ned Batchelder
2015-11-14
1
-36
/
+23
|
*
Add a test of the changes for #438.
Ned Batchelder
2015-11-14
1
-0
/
+11
|
*
Merged PR 74, thanks Ben Finney
Ned Batchelder
2015-11-14
1
-18
/
+54
|
\
|
*
Replace ‘coverage’ command with actual Coverage.py command name.
Ben Finney
2015-10-28
1
-0
/
+12
|
|
|
*
Split and re-assemble command line for special handling command name.
Ben Finney
2015-10-28
1
-3
/
+9
|
|
|
*
Clarify ‘CoverageTest.run_command’ conditions and behaviour.
Ben Finney
2015-10-28
1
-10
/
+20
|
|
|
*
Make an equivalent to ‘shlex.quote’ available in Python < 3.3.
Ben Finney
2015-10-28
1
-0
/
+8
|
|
*
|
Another edge case of encoding detection. #443
Ned Batchelder
2015-11-14
1
-5
/
+13
|
|
*
|
Fix settrace(py_func). #436.
Ned Batchelder
2015-11-01
2
-2
/
+48
|
|
*
|
Window encodings?
Ned Batchelder
2015-11-01
1
-2
/
+3
|
|
*
|
Change the other snowman example to a simpler accented character
Ned Batchelder
2015-10-31
1
-9
/
+10
|
|
*
|
Try a different strategy for setting and testing output encodings
Ned Batchelder
2015-10-31
1
-2
/
+3
|
|
*
|
Merge
Ned Batchelder
2015-10-31
1
-1
/
+6
|
\
\
|
*
|
Account for no encoding at all...
Ned Batchelder
2015-10-25
1
-3
/
+5
|
|
|
|
*
|
Diagnostic for appveyor, part 2 of N
Ned Batchelder
2015-10-25
1
-1
/
+2
|
|
|
|
*
|
Diagnostic for appveyor
Ned Batchelder
2015-10-25
1
-1
/
+3
|
|
|
*
|
|
Fix the non-ascii filename tests on windows (?)
Ned Batchelder
2015-10-31
2
-25
/
+30
|
/
/
*
|
Set the PYTHONIOENCODING environment variable in an OS-neutral way.
Ned Batchelder
2015-10-25
1
-1
/
+3
|
|
*
|
Properly handle filenames with non-ASCII characters. #432
Ned Batchelder
2015-10-25
4
-2
/
+111
|
|
*
|
Do a better job decoding source files. #431
Ned Batchelder
2015-10-16
2
-2
/
+12
|
/
*
Fix explicit imports of __init__. #410
Ned Batchelder
2015-10-13
3
-5
/
+11
|
*
--skip-covered shouldn't change the final result. #423.
Ned Batchelder
2015-10-10
2
-9
/
+19
|
*
Protect ourselves from mock'ed os. #416
Ned Batchelder
2015-10-06
1
-0
/
+36
|
*
Combining now issues warnings on unreadable files, unconditionally
Ned Batchelder
2015-10-04
4
-30
/
+8
|
*
Prevent pyexpat.c from being recorded as source code. #419
Ned Batchelder
2015-10-03
1
-0
/
+8
|
*
Combine can now ignore errors.
Ned Batchelder
2015-10-03
4
-22
/
+107
|
*
A better way to test for warnings.
Ned Batchelder
2015-10-03
3
-11
/
+69
|
*
A better name for this test
Ned Batchelder
2015-10-03
1
-2
/
+2
|
*
Bit the bullet and fixed pep8 in cmdline
Ned Batchelder
2015-10-03
1
-15
/
+7
|
*
Clean up the debugging for the Travis issue
Ned Batchelder
2015-09-18
1
-3
/
+0
|
*
derp3
Ned Batchelder
2015-09-17
1
-2
/
+2
|
*
derp2
Ned Batchelder
2015-09-17
1
-1
/
+1
|
*
derp
Ned Batchelder
2015-09-17
1
-1
/
+1
|
*
Figure out why py3 is failing on Travis
Ned Batchelder
2015-09-17
1
-0
/
+3
|
*
gevent and eventlet are available on py3, so test them there
Ned Batchelder
2015-09-12
1
-1
/
+1
|
*
Add some tests of bad plugins
Ned Batchelder
2015-09-07
1
-8
/
+64
|
*
Fix pylint warnings
Ned Batchelder
2015-09-04
3
-2
/
+21
|
*
Convert farm html tests to goldtests.
Ned Batchelder
2015-08-31
22
-441
/
+375
|
*
Experimenting with a new form for farm tests
Ned Batchelder
2015-08-30
1
-0
/
+50
|
*
Pragmas for metacoverage
Ned Batchelder
2015-08-30
3
-3
/
+3
|
[next]