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
*
One start() was missing a stop(), which caused meta issues on appveyor
Ned Batchelder
2017-11-04
1
-0
/
+1
*
Point 'home page' on pypi to bitbucket
Ned Batchelder
2017-11-04
1
-2
/
+2
*
Desperation
Ned Batchelder
2017-11-04
1
-1
/
+1
*
Skip an obscure case that confuses me on Windows
Ned Batchelder
2017-11-04
1
-1
/
+6
*
Use the real implementation of del_environ
Ned Batchelder
2017-11-04
1
-38
/
+4
*
Fix that thing
Ned Batchelder
2017-11-03
1
-1
/
+1
*
Try protecting test processes from coverage envvars
Ned Batchelder
2017-11-03
1
-0
/
+41
*
Root is acceptable as a combining path (the manylinux tests end up with one o...
Ned Batchelder
2017-10-26
1
-1
/
+4
*
Add the latest warning to the docs, and give them consistent punctuation
Ned Batchelder
2017-10-24
1
-1
/
+1
*
Make the warning about --include and --source be a real warning
Ned Batchelder
2017-10-24
1
-5
/
+3
*
Left over import from deleting a test
Ned Batchelder
2017-10-24
1
-2
/
+0
*
* --source and --include are mutually exclusive (take 2) #265
loic@dachary.org
2017-01-07
3
-5
/
+18
*
Belatedly add a test for #541, so we can fix #265 for real
Ned Batchelder
2017-10-24
1
-0
/
+26
*
Bug 581 was fixed, don't need the skipped test any more
Ned Batchelder
2017-10-23
1
-38
/
+0
*
Explicitly specified secondary config files are properly read. #588
Ned Batchelder
2017-10-21
1
-0
/
+7
*
A little cleanup for #581
Ned Batchelder
2017-10-21
1
-7
/
+12
*
Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)
Ned Batchelder
2017-10-21
1
-0
/
+95
|
\
|
*
FIX Typo in test_coverage_stop_in_threads
Olivier Grisel
2017-08-10
1
-1
/
+1
|
*
FIX thread-safe Collector.save_data()
Olivier Grisel
2017-08-10
1
-0
/
+95
*
|
Skip these new tests on Jython
Ned Batchelder
2017-10-21
1
-0
/
+4
*
|
Fix the recent command-name tests for Windows
Ned Batchelder
2017-10-21
1
-2
/
+3
*
|
Perform tilde expansion on file path config values. #589
Ned Batchelder
2017-10-21
1
-1
/
+34
*
|
Be more flexible about the command name in help. #600
Ned Batchelder
2017-10-19
1
-7
/
+8
*
|
Get the command name from the file path of the first command-line argument.
Ben Finney
2017-10-19
1
-0
/
+24
*
|
Flaky tests are really flaky
Ned Batchelder
2017-10-12
1
-1
/
+1
*
|
Enable DeprecationWarnings during tests
Ned Batchelder
2017-10-12
1
-0
/
+18
*
|
One last sensitivity to module docstrings
Ned Batchelder
2017-10-05
2
-4
/
+2
*
|
Remove a module docstring that makes tests differ by Python version
Ned Batchelder
2017-10-05
2
-4
/
+8
*
|
Add an explicit test for weird module docstring behavior.
Ned Batchelder
2017-10-05
1
-0
/
+23
*
|
Python 3.7 no longer includes class docstrings in the lnotab table
Ned Batchelder
2017-10-05
2
-5
/
+12
|
/
*
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
[next]