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
*
Make a Unicode character more apparent in the source
Ned Batchelder
2019-06-30
1
-2
/
+6
*
Typo
Ned Batchelder
2019-06-29
1
-1
/
+1
*
New API: Coverage.current() returns the latest started instance.
Ned Batchelder
2019-06-25
1
-0
/
+31
*
Don't run contract tests if contracts are disabled
Ned Batchelder
2019-06-19
1
-1
/
+6
*
Move arcz_to_arcs to misc so we can use it elsewhere
Ned Batchelder
2019-06-19
4
-55
/
+18
*
Remove ShiningPanda hack
Ned Batchelder
2019-06-17
1
-8
/
+0
*
Make the incremental checker a little smarter.
Ned Batchelder
2019-06-17
1
-2
/
+2
*
No need to pass coverage/config separately everywhere
Ned Batchelder
2019-06-17
1
-22
/
+15
*
Refactor text reporting to use the same code paths as other reports
Ned Batchelder
2019-06-16
1
-13
/
+12
*
Remove a property that has been deprecated for three years
Ned Batchelder
2019-06-16
1
-19
/
+0
*
More sass goodness
Ned Batchelder
2019-06-13
1
-27
/
+1
*
Update the test output css files too
Ned Batchelder
2019-06-13
1
-414
/
+158
*
This was a copy of an existing test. We need to write some new ones.
Ned Batchelder
2019-06-10
1
-20
/
+1
*
Update tests to use updated APIs.
Stephan Richter
2019-06-10
3
-20
/
+29
*
Support for full qnames for old-style classes.
Stephan Richter
2019-06-10
1
-1
/
+1
*
Add some tests for new methods.
Stephan Richter
2019-06-10
2
-0
/
+78
*
Fix a test.
Stephan Richter
2019-06-10
1
-1
/
+1
*
Fix styling and tests. (The tests are slightly insane with no obvious way to ...
Stephan Richter
2019-06-10
1
-0
/
+43
*
Make sure to report the full Python path for the test function. That way we c...
Stephan Richter
2019-06-10
1
-14
/
+20
*
Pass the contexts to the report command.
Albertas Agejevas
2019-06-10
1
-2
/
+9
*
Support for multiple, glob-based contexts in result queries.
Stephan Richter
2019-06-10
1
-15
/
+15
*
Refactored HTML tests dropped an assert
Ned Batchelder
2019-06-10
1
-0
/
+1
*
Adapt to optimization tweak in CPython 3.8.0b1
Ned Batchelder
2019-06-05
1
-0
/
+3
*
Better tests of HTML delta generation
Ned Batchelder
2019-05-26
1
-41
/
+66
*
Use pylint 2.x
Ned Batchelder
2019-05-13
10
-28
/
+22
*
Silence a DeprecationWarning
Ned Batchelder
2019-05-09
1
-0
/
+5
*
One more line to exclude from coverage measurement
Ned Batchelder
2019-04-30
1
-1
/
+1
*
Clean up some style in #782, switch_context
Ned Batchelder
2019-04-28
2
-28
/
+23
*
Fix a few capitalizations
Ned Batchelder
2019-04-28
1
-2
/
+2
*
Expose switch_context in coverage API (#782)
Justas Sadzevičius
2019-04-28
1
-0
/
+111
*
Suppress pylint more efficiently
Ned Batchelder
2019-04-26
1
-13
/
+12
*
Old-style classes can report the test_function name. #797
Ned Batchelder
2019-04-26
1
-0
/
+18
*
Use pipe symbol to join static and dynamic contexts
Ned Batchelder
2019-04-26
2
-6
/
+6
*
Prefer assertRaisesRegex to assertRaises
Ned Batchelder
2019-04-21
7
-25
/
+47
*
Clean up test_plugins.py
Ned Batchelder
2019-04-21
1
-15
/
+16
*
Clean up unused variables
Ned Batchelder
2019-04-21
1
-10
/
+7
*
Fix some formatting, and assert should be expected,actual
Ned Batchelder
2019-04-21
1
-29
/
+43
*
Check for skipping tests before super.setUp
Ned Batchelder
2019-04-21
5
-9
/
+9
*
Don't name new method the same as old attribute
Ned Batchelder
2019-04-20
1
-2
/
+2
*
Plugin support for dynamic context (#783)
Justas Sadzevičius
2019-04-20
2
-1
/
+257
*
Fix #708: .filename is private, and don't combine over ourselves
Ned Batchelder
2019-04-15
1
-2
/
+2
*
Add a failing test for #708
Ned Batchelder
2019-04-15
1
-0
/
+15
*
A thread stress test
Ned Batchelder
2019-04-09
1
-0
/
+16
*
Move set_env.py to github.com/nedbat/odds
Ned Batchelder
2019-04-07
1
-0
/
+3
*
Move more PYVERSION to be PYBEHAVIOR
Ned Batchelder
2019-03-24
2
-10
/
+14
*
Rewrite XML tests to use xml parsing instead of regexes
Ned Batchelder
2019-03-23
4
-132
/
+226
*
Improvements to test_templite.py from mutmut
Ned Batchelder
2019-03-02
1
-4
/
+14
*
Make sure that arcs() and lines() only returns distinct line combination valu...
Stephan Richter
2019-02-17
1
-0
/
+16
*
Fix a test to get case right on Windows
Ned Batchelder
2019-01-28
1
-1
/
+1
*
Make sure that the cache is properly filled. (25x speedup on our system that ...
Stephan Richter
2019-01-28
1
-0
/
+13
[next]