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
*
Jython 2.7.1rc3 needs
Ned Batchelder
2017-06-23
1
-0
/
+3
*
Update URLs so link-checker doesn't spew red.
Ned Batchelder
2017-06-14
1
-1
/
+1
*
Use wraps() to wrap test methods so that pytest markers will work.
Ned Batchelder
2017-06-08
1
-0
/
+2
*
Add a failing skipped test for #581
Ned Batchelder
2017-06-07
1
-0
/
+40
*
Make sure xml reports specify valid source filenames. #526
Ned Batchelder
2017-05-05
1
-6
/
+9
*
Don't warn that namespace packages have no code. #572
Ned Batchelder
2017-05-04
3
-4
/
+21
*
Refactor common test infrastructure for fiddling sys.path and finding files
Ned Batchelder
2017-05-04
7
-76
/
+38
*
Use correct name for package source files. #526
Ned Batchelder
2017-05-03
1
-3
/
+3
*
Properly round-trip the trace function even when not measuring coverage. #575
Ned Batchelder
2017-05-02
1
-27
/
+30
*
Add to gettrace/settrace test to be sure it's re-established
Ned Batchelder
2017-04-30
1
-1
/
+3
*
Fix: xml report fails in non-ascii directory. #573
Ned Batchelder
2017-04-30
1
-0
/
+9
*
Update to pylint 1.7.1
Ned Batchelder
2017-04-22
3
-4
/
+1
*
Print command-line errors to stderr instead of stdout
Ned Batchelder
2017-04-13
1
-10
/
+10
*
Use latest pylint, and remove a bad pragma
Ned Batchelder
2017-04-13
1
-1
/
+1
*
Add clarification about warnings tests.
Ned Batchelder
2017-04-12
1
-0
/
+1
*
Beef up the assert_warnings test helper
Ned Batchelder
2017-04-06
2
-1
/
+22
*
Convert two warnings tests to non-process
Ned Batchelder
2017-04-06
2
-33
/
+43
*
As we change test_api.py, this test needs to change... Maybe not a great idea.
Ned Batchelder
2017-04-06
1
-1
/
+9
*
Use Cobertura v4 XML format. #570
Ned Batchelder
2017-04-04
2
-4
/
+4
*
Properly escape the replacement string for re.sub
Ned Batchelder
2017-04-04
1
-1
/
+1
*
Warnings can be disabled
Ned Batchelder
2017-04-04
2
-0
/
+20
*
Add slugs to warnings in prep for suppressable warnings
Ned Batchelder
2017-04-03
2
-6
/
+7
*
One more variation on Windows
Ned Batchelder
2017-03-31
1
-0
/
+1
*
A test of the plugin.find_executable_files method
Ned Batchelder
2017-03-31
1
-0
/
+52
*
Windows has a different error message for path(float)
Ned Batchelder
2017-03-30
1
-0
/
+1
*
Be pickier about the expected failures from plugin tests.
Ned Batchelder
2017-03-30
1
-7
/
+26
*
Use new show_stderr flag so we can see errors printed to stderr during failin...
Ned Batchelder
2017-03-30
2
-1
/
+3
*
Clean up in plugin tests
Ned Batchelder
2017-03-29
2
-9
/
+7
*
Pids can be less that 5 digits
Ned Batchelder
2017-03-23
1
-1
/
+1
*
Big refactor of debug logging
Ned Batchelder
2017-03-22
3
-32
/
+33
*
Use capital-Coverage
Ned Batchelder
2017-03-11
1
-60
/
+58
*
Ugly: have to pragma away nested coverage
Ned Batchelder
2017-03-11
1
-24
/
+24
*
Cleanly stop coverage objects, for metacov
Ned Batchelder
2017-03-11
1
-0
/
+6
*
Move fail-under tests from process-oriented integration tests to fake-oriente...
Ned Batchelder
2017-03-08
2
-54
/
+61
*
Refactor command_line into a function.
Ned Batchelder
2017-03-08
2
-6
/
+18
*
Give should_fail_under pure tests, so we don't need processes to test numeric...
Ned Batchelder
2017-03-08
2
-39
/
+24
*
Make the list of builtins more compact, since they are never the problem in t...
Ned Batchelder
2017-03-05
1
-2
/
+13
*
Describe and relabel a test that has nothing to do with fail-under.
Ned Batchelder
2017-03-04
1
-2
/
+6
*
Collecting continues after saving data. #79 #448
Ned Batchelder
2017-03-03
1
-2
/
+49
*
Use an ISO standard encoding in coding declarations
Ned Batchelder
2017-02-21
5
-6
/
+6
*
Sometimes we match against files, sometimes directories.
Ned Batchelder
2017-02-21
2
-1
/
+2
*
assert_warnings can now assert that there were no warnings.
Ned Batchelder
2017-02-20
2
-7
/
+35
*
Use the test-specific chdir method
Ned Batchelder
2017-02-11
2
-4
/
+2
*
Refactor module cleaning so we can use it outside of tests
Ned Batchelder
2017-02-11
2
-17
/
+34
*
Get rid of an unnecessary method
Ned Batchelder
2017-02-10
4
-17
/
+9
*
Run two files to be sure we know what error we'll get
Ned Batchelder
2017-02-10
1
-2
/
+4
*
Fix some coverage pragmas
Ned Batchelder
2017-02-07
2
-8
/
+8
*
Give a test helper a better name
Ned Batchelder
2017-02-04
1
-4
/
+4
*
Fiddle with, and test, format_lines
Ned Batchelder
2017-02-03
1
-1
/
+15
*
Split tests into their own files
Ned Batchelder
2017-02-03
3
-71
/
+86
[next]