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_concurrency.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do we need more than 10 tries?
Ned Batchelder
2018-10-15
1
-1
/
+1
*
Move line_counts out of the data classes
Ned Batchelder
2018-08-10
1
-1
/
+2
*
Make file operations implicit on constructed filename
Ned Batchelder
2018-07-23
1
-2
/
+2
*
Exclude site-packages so vendored code doesn't pollute test results
Ned Batchelder
2018-06-28
1
-0
/
+1
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
More pragmas to fine-tune coverage of test code
Ned Batchelder
2018-02-22
1
-11
/
+11
*
Fix english, and give a test a name that isn't a prefix of other names
Ned Batchelder
2018-02-19
1
-3
/
+3
*
Remove two unused names
Ned Batchelder
2018-01-28
1
-2
/
+2
*
Commented-out debugging of pytracer
Ned Batchelder
2017-11-24
1
-2
/
+1
*
Desperation
Ned Batchelder
2017-11-04
1
-1
/
+1
*
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
*
|
Flaky tests are really flaky
Ned Batchelder
2017-10-12
1
-1
/
+1
|
/
*
Sometimes we match against files, sometimes directories.
Ned Batchelder
2017-02-21
1
-0
/
+1
*
No test failures on Jython
Ned Batchelder
2017-01-18
1
-0
/
+3
*
Use @flaky to prevent occasional multiprocessing failures
Ned Batchelder
2017-01-17
1
-0
/
+3
*
Reporting doesn't work on Jython, so don't run reporting tests there.
Ned Batchelder
2017-01-14
1
-2
/
+2
*
Jython has no multiprocessing module
Ned Batchelder
2017-01-13
1
-2
/
+14
*
Spelling fixes
Ville Skyttä
2016-07-31
1
-1
/
+1
*
Multiprocessing needs to communicate the rcfile down to the subprocesses
Ned Batchelder
2016-07-13
1
-4
/
+40
*
A little more clean-up on the concurrency tests
Ned Batchelder
2016-07-04
1
-11
/
+13
*
Let the concurrency option be multi-valued. #484
Ned Batchelder
2016-07-04
1
-27
/
+65
*
Refactor concurrency tests to make the pieces more composable
Ned Batchelder
2016-07-03
1
-119
/
+196
*
Make multiprocessing support work with spawned processes, which is what Windo...
Ned Batchelder
2016-01-10
1
-9
/
+21
*
Removed unnecessary setup in MultiprocessingTest class
Rodrigue Cloutier
2015-12-15
1
-3
/
+0
*
Fix Windows support for multiprocessing monkey patch
Rodrigue Cloutier
2015-12-10
1
-4
/
+0
*
gevent and eventlet are available on py3, so test them there
Ned Batchelder
2015-09-12
1
-1
/
+1
*
Greenlet is always availble, remove conditionalization.
Ned Batchelder
2015-08-30
1
-4
/
+1
*
Oops, left behind unused imports
Ned Batchelder
2015-07-27
1
-2
/
+0
*
Windows fixes due to data changes
Ned Batchelder
2015-07-26
1
-1
/
+2
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Change CoverageData.summary() to CoverageData.line_counts()
Ned Batchelder
2015-07-16
1
-1
/
+1
*
is better than
Ned Batchelder
2015-07-14
1
-1
/
+1
*
More simplification of the data api
Ned Batchelder
2015-07-12
1
-1
/
+1
*
Testing multiprocessing occasionally failed, due to randomness. Try harder.
Ned Batchelder
2015-02-22
1
-4
/
+3
*
Fully embrace SkipTest with our own method.
Ned Batchelder
2015-02-07
1
-3
/
+1
*
Make sure all tests use super().setUp properly.
Ned Batchelder
2015-02-07
1
-1
/
+1
*
Multiprocess support doesn't work yet on Windows.
Ned Batchelder
2015-01-31
1
-4
/
+15
*
Wildly experimental multiprocessing support. Covers most of #117.
Ned Batchelder
2015-01-30
1
-0
/
+45
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-6
/
+6
*
Upgraded pylint to 1.4, removed useless suppressions
Ned Batchelder
2014-11-23
1
-3
/
+3
*
Use a WeakKeyDictionary to track coroutine objects to prevent leaks. Fixes #330.
Ned Batchelder
2014-11-08
1
-0
/
+18
*
"concurrency" is a better name that "coroutine"
Ned Batchelder
2014-09-24
1
-0
/
+208