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
*
test(fix): make the fullcoverage test work on 3.11
Ned Batchelder
2021-11-12
1
-3
/
+1
*
fix: don't overwrite a .gitignore in the html output directory. #1244
nedbat/1244-again
Ned Batchelder
2021-11-12
1
-0
/
+7
*
test(refactor): convert looping tests to parametrize
Ned Batchelder
2021-11-11
3
-51
/
+45
*
style: convert more string formatting to f-strings
Ned Batchelder
2021-11-11
15
-32
/
+30
*
refactor: we no longer need to treat 'class' lines specially
Ned Batchelder
2021-11-11
1
-3
/
+3
*
fix: colons in decorators shouldn't stop an exclusion
Ned Batchelder
2021-11-10
1
-1
/
+21
*
fix: CPython 3.11 support. #1241
Ned Batchelder
2021-11-10
2
-0
/
+4
*
fix: warn about more source file problems
Ned Batchelder
2021-11-09
1
-1
/
+6
*
refactor(test): convert eight tests to one parametrized test
Ned Batchelder
2021-11-07
1
-27
/
+4
*
refactor(test): use the expected name for initializing tests.
Ned Batchelder
2021-11-07
9
-27
/
+24
*
fix: remapping paths during combining needs to follow relative_files=True. #1147
Ned Batchelder
2021-11-06
2
-76
/
+101
*
fix: give a default value to the name argument for Matchers. #1273
Ned Batchelder
2021-11-05
1
-6
/
+6
*
fix: don't report branches to exclusions as missing. #1271
Ned Batchelder
2021-11-05
1
-1
/
+15
*
refactor(test): make traceback checks a bit flexible
Ned Batchelder
2021-11-04
2
-7
/
+11
*
refactor(test): don't even import contracts if not using PyContracts
Ned Batchelder
2021-11-04
1
-2
/
+2
*
test(fix): isolate excepthook tests from each other
Ned Batchelder
2021-11-02
2
-0
/
+9
*
build(test): remove obsolete jQuery gold files #840
Ned Batchelder
2021-11-02
6
-182
/
+23
*
test: force VirtualenvTest onto one worker to save time
Ned Batchelder
2021-11-02
1
-7
/
+50
*
perf(test): run pip just once, shaves 1.2s off the fixture
Ned Batchelder
2021-10-31
1
-8
/
+9
*
test: use the coverage-command fixture throughout the venv tests
Ned Batchelder
2021-10-31
1
-4
/
+4
*
fix: don't warn about already imported files for namespace packages #888
Ned Batchelder
2021-10-31
1
-2
/
+52
*
refactor(test): the virtualenv tests deserve their own file
Ned Batchelder
2021-10-31
2
-263
/
+277
*
debug: code we can enable to see where tests are running and in what order
Ned Batchelder
2021-10-30
1
-1
/
+9
*
chore: update HTML gold files
Ned Batchelder
2021-10-30
24
-74
/
+77
*
test: fix the trailing-space test, and suppress warnings about \<space>
Ned Batchelder
2021-10-30
2
-12
/
+18
*
style: remove implicit string concatenation
Ned Batchelder
2021-10-30
2
-25
/
+25
*
deprecated: the annotate command will be removed in a future version
Ned Batchelder
2021-10-29
1
-1
/
+6
*
refactor(test): make re_lines (et al) look like re.search
Ned Batchelder
2021-10-28
7
-74
/
+68
*
refactor(test): name this gold file properly
Ned Batchelder
2021-10-28
2
-1
/
+1
*
test: add a annotate test, and simplify the logic
Ned Batchelder
2021-10-28
2
-0
/
+30
*
feat: html output directory gets a .gitignore file. #1244
Ned Batchelder
2021-10-27
1
-0
/
+1
*
fix(debug): ast_dump failed on a few things
Ned Batchelder
2021-10-27
3
-16
/
+37
*
refactor(test): re_lines is more useful if it returns a list
Ned Batchelder
2021-10-27
4
-19
/
+28
*
feat: xml and json say what they are doing, and -q quiets everything. #1254
nedbat/dashq
Ned Batchelder
2021-10-26
5
-16
/
+59
*
test: a true unit test for render_report
Ned Batchelder
2021-10-26
1
-0
/
+50
*
refactor: alphabetize the options
Ned Batchelder
2021-10-26
1
-53
/
+53
*
fix: changes for PyPy3.8
Ned Batchelder
2021-10-25
3
-1
/
+4
*
test: also test goldtest bad xml
Ned Batchelder
2021-10-25
2
-14
/
+37
*
test: finishing covering goldtest.py with test_goldtest.py
Ned Batchelder
2021-10-24
4
-24
/
+78
*
test: test compare() from test/goldtest.py
Ned Batchelder
2021-10-24
3
-45
/
+125
*
refactor(test): os_sep and remove_tree helpers
Ned Batchelder
2021-10-24
6
-24
/
+30
*
fix(html): ariaSort isn't supported in Firefox yet
Ned Batchelder
2021-10-23
3
-14
/
+12
*
chore(test): update gold files
Ned Batchelder
2021-10-23
27
-213
/
+217
*
test: update gold files
Ned Batchelder
2021-10-23
43
-2063
/
+1890
*
fix(html): fix a few problems with the html report
Ned Batchelder
2021-10-23
3
-15
/
+32
*
test: sometimes pytest directories have a "popen" component
Ned Batchelder
2021-10-23
1
-3
/
+4
*
refactor: no more need for a search path for static files
Ned Batchelder
2021-10-23
1
-57
/
+1
*
refactor(html): remove all uses of jQuery, only vanilla JS now
Septatrix
2021-10-23
1
-8
/
+12
*
refactor(html): a one-header sticky header
Ned Batchelder
2021-10-23
1
-31
/
+33
*
fix(html): scrolling to an anchor ensures the line is visible
Ned Batchelder
2021-10-20
1
-3
/
+3
[next]