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
/
test_api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
New API: Coverage.current() returns the latest started instance.
Ned Batchelder
2019-06-25
1
-0
/
+31
*
Remove a property that has been deprecated for three years
Ned Batchelder
2019-06-16
1
-19
/
+0
*
Update tests to use updated APIs.
Stephan Richter
2019-06-10
1
-4
/
+8
*
Use pylint 2.x
Ned Batchelder
2019-05-13
1
-3
/
+3
*
Clean up some style in #782, switch_context
Ned Batchelder
2019-04-28
1
-23
/
+18
*
Expose switch_context in coverage API (#782)
Justas Sadzevičius
2019-04-28
1
-0
/
+111
*
Prefer assertRaisesRegex to assertRaises
Ned Batchelder
2019-04-21
1
-1
/
+2
*
Check for skipping tests before super.setUp
Ned Batchelder
2019-04-21
1
-1
/
+1
*
Add a failing test for #708
Ned Batchelder
2019-04-15
1
-0
/
+15
*
Move more PYVERSION to be PYBEHAVIOR
Ned Batchelder
2019-03-24
1
-1
/
+1
*
Make directories for the data file if needed. #721
Ned Batchelder
2018-10-21
1
-0
/
+9
*
Put this helper in the right place
Ned Batchelder
2018-10-16
1
-6
/
+7
*
SQLite on windows has slightly different messages
Ned Batchelder
2018-09-02
1
-1
/
+1
*
Another pytest-cov test, for --append
Ned Batchelder
2018-08-24
1
-1
/
+10
*
Add a test emulating pytest-cov
Ned Batchelder
2018-08-24
1
-2
/
+29
*
SQL storage means more tests need temp directories
Ned Batchelder
2018-08-24
1
-2
/
+0
*
Be flexible, and accept either json-sourced or sql-source error messages in s...
Ned Batchelder
2018-08-24
1
-0
/
+4
*
Move line_counts out of the data classes
Ned Batchelder
2018-08-10
1
-1
/
+2
*
Check data file existence while testing combining
Ned Batchelder
2018-08-07
1
-1
/
+2
*
assert_file_count
Ned Batchelder
2018-08-07
1
-0
/
+3
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Pragma away some test code that won't be covered
Ned Batchelder
2018-02-20
1
-1
/
+1
*
A new warning for files already imported before coverage starts
Ned Batchelder
2018-02-20
1
-0
/
+1
*
Oops, omitting inside a source package didn't work. Now it does. #638
Ned Batchelder
2018-02-10
1
-0
/
+7
*
One start() was missing a stop(), which caused meta issues on appveyor
Ned Batchelder
2017-11-04
1
-0
/
+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
1
-0
/
+7
*
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
*
Add a failing skipped test for #581
Ned Batchelder
2017-06-07
1
-0
/
+40
*
Don't warn that namespace packages have no code. #572
Ned Batchelder
2017-05-04
1
-4
/
+13
*
Refactor common test infrastructure for fiddling sys.path and finding files
Ned Batchelder
2017-05-04
1
-16
/
+6
*
Convert two warnings tests to non-process
Ned Batchelder
2017-04-06
1
-0
/
+43
*
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
*
Collecting continues after saving data. #79 #448
Ned Batchelder
2017-03-03
1
-2
/
+49
*
Use the test-specific chdir method
Ned Batchelder
2017-02-11
1
-3
/
+1
*
Get rid of an unnecessary method
Ned Batchelder
2017-02-10
1
-3
/
+3
*
Use a metaclass to convert StopEverything to SkipTest
Ned Batchelder
2017-01-25
1
-2
/
+2
*
More pragmas for test skips
Ned Batchelder
2017-01-14
1
-1
/
+1
*
Clean up for pull request #122
Ned Batchelder
2017-01-14
1
-1
/
+9
*
Merged in dachary/coverage.py/issue-426 (pull request #122)
Ned Batchelder
2017-01-14
1
-4
/
+3
|
\
|
*
simplify --source=pkg test cases
loic@dachary.org
2017-01-10
1
-4
/
+3
*
|
Jython has no multiprocessing module
Ned Batchelder
2017-01-13
1
-1
/
+1
|
/
*
Don't collapse in an ascii-only file-world. #533
Ned Batchelder
2016-11-17
1
-10
/
+0
*
Add a test for #533
Ned Batchelder
2016-11-17
1
-0
/
+10
*
Use latest pylint
Ned Batchelder
2016-08-07
1
-3
/
+3
*
Combining twice shouldn't lose data. #412, #516
Ned Batchelder
2016-08-07
1
-4
/
+27
*
Update pylint to 1.5.6
Ned Batchelder
2016-06-25
1
-3
/
+3
[next]