index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-coveragepy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_concurrency.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Spelling fixes
spelling
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 ↵
Ned Batchelder
2016-01-10
1
-9
/
+21
|
|
|
|
Windows uses.
*
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
|
|
|
|
|
Also, no test is conditionally defined. They call self.skip if they should be skippped.
*
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