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: simplify how StopEverything is converted to skip
nedbat/remove-unittest-testcase
Ned Batchelder
2021-03-11
5
-64
/
+12
*
test: add tests of make_file
Ned Batchelder
2021-03-11
1
-0
/
+56
*
refactor: move tests into classes
Ned Batchelder
2021-03-11
1
-54
/
+63
*
refactor: no need for our own xfail wrapper
Ned Batchelder
2021-03-11
2
-9
/
+3
*
test: skip a test on pypy
Ned Batchelder
2021-03-11
1
-5
/
+4
*
test: show more information for not-passed tests
Ned Batchelder
2021-03-11
1
-1
/
+1
*
refactor: use pytest.skip instead of unittest's
Ned Batchelder
2021-03-11
2
-7
/
+12
*
test: reduce use of unittest
Ned Batchelder
2021-03-11
10
-50
/
+164
*
test: have pytest collect test classes uniformly
Ned Batchelder
2021-03-11
6
-17
/
+8
*
refactor: no need for specialized assert_starts_with method
Ned Batchelder
2021-03-06
4
-18
/
+2
*
refactor: replace unittest_mixins.EnvironmentAwareMixin with a pytest adapter
Ned Batchelder
2021-03-04
2
-2
/
+20
*
feat: percent_covered_display in the JSON report
nedbat/tweak-metacov
Ned Batchelder
2021-03-02
1
-4
/
+13
*
fix: don't report branches to missing lines. #1065
Ned Batchelder
2021-02-28
2
-6
/
+6
*
fix: improve an error message. #803
Ned Batchelder
2021-02-28
1
-2
/
+4
*
fix: HTML report makes room for 4-digit line numbers #1124
Ned Batchelder
2021-02-27
1
-5
/
+5
*
test: add tests of report sorting options
Ned Batchelder
2021-02-26
1
-0
/
+10
*
build: update to latest pylint
Ned Batchelder
2021-02-26
2
-4
/
+4
*
test: add a test of missing sections and options
Ned Batchelder
2021-02-25
1
-0
/
+12
*
refactor: put a test in a more appropriate class
Ned Batchelder
2021-02-25
1
-11
/
+11
*
refactor: simplify a one-iteration loop
Ned Batchelder
2021-02-25
1
-4
/
+3
*
test: oops, accidentally always skipped this test
Ned Batchelder
2021-02-24
1
-1
/
+1
*
test: add tests of the failure asserts from check_coverage
Ned Batchelder
2021-02-22
2
-3
/
+54
*
refactor: slightly better coverage in coveragetest
Ned Batchelder
2021-02-21
2
-4
/
+4
*
refactor: convert all skipping to pytest skips
Ned Batchelder
2021-02-07
14
-107
/
+53
*
refactor: a better way to skip these tests
Ned Batchelder
2021-02-07
1
-5
/
+1
*
refactor: make all coverage.env uses uniform
Ned Batchelder
2021-02-07
1
-2
/
+2
*
test: metacov is always xdist
Ned Batchelder
2021-02-07
1
-1
/
+1
*
test: these tests can run during metacov
Ned Batchelder
2021-02-07
1
-1
/
+0
*
test: more-uniform skipping of test during metacov
Ned Batchelder
2021-02-07
2
-25
/
+15
*
refactor: remove unittest.assertCountEqual
Ned Batchelder
2021-02-06
10
-37
/
+56
*
refactor: remove reliance on unittest_mixins.StdStreamCapturingMixin
Ned Batchelder
2021-02-02
6
-26
/
+62
*
refactor: move test mixins to their own file
Ned Batchelder
2021-02-02
4
-32
/
+46
*
test: keep multi-assert arc diffs working
Ned Batchelder
2021-01-31
2
-27
/
+23
*
test: configure pytest assertion rewriting in coveragetest.py
Ned Batchelder
2021-01-31
1
-0
/
+4
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
20
-167
/
+179
*
style: correct placement of auto-added pytest imports
Ned Batchelder
2021-01-31
14
-14
/
+21
*
style: singleton comparisons should use is
Ned Batchelder
2021-01-31
7
-16
/
+16
*
refactor: mark an internal method
Ned Batchelder
2021-01-31
1
-4
/
+4
*
test: adapt to pytest assertion messages
Ned Batchelder
2021-01-31
2
-10
/
+10
*
test: fix unittest2pytest brokenness
Ned Batchelder
2021-01-31
2
-17
/
+21
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
31
-1294
/
+1165
*
Add combine --keep (#1110)
Éric Larivière
2021-01-30
3
-6
/
+28
*
Simplify the testing of the toml extra, fixing #1084
Ned Batchelder
2021-01-18
3
-14
/
+34
*
fix: combine aliases on windows base dirs (ie: ``X:\``) (fixes: #577)
Valentin Lab
2021-01-17
1
-0
/
+14
*
skip_covered and skip_empty for HTML. #1090
Ned Batchelder
2021-01-10
1
-19
/
+33
*
Use the modern way to load modules by file name.
Ned Batchelder
2021-01-10
1
-4
/
+15
*
Fix a test to be usable with PEP626
Ned Batchelder
2021-01-10
1
-33
/
+35
*
Need new gold files for pep626 partial branch HTML report
Ned Batchelder
2021-01-10
3
-16
/
+210
*
Update the support files for HTML gold files
Ned Batchelder
2021-01-10
2
-54
/
+226
*
A better test for 'if not __debug__'
Ned Batchelder
2021-01-10
2
-13
/
+14
[next]