summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
Commit message (Collapse)AuthorAgeFilesLines
...
* A little more clean-up on the concurrency testsNed Batchelder2016-07-041-11/+13
|
* Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-041-27/+65
|
* Refactor concurrency tests to make the pieces more composableNed Batchelder2016-07-031-119/+196
| | | | | --HG-- extra : amend_source : df40db50416bb97691509bf7607aba6ed2b7b205
* Make multiprocessing support work with spawned processes, which is what ↵Ned Batchelder2016-01-101-9/+21
| | | | Windows uses.
* Removed unnecessary setup in MultiprocessingTest classRodrigue Cloutier2015-12-151-3/+0
| | | | | --HG-- branch : windows_multiprocessing_support
* Fix Windows support for multiprocessing monkey patchRodrigue Cloutier2015-12-101-4/+0
| | | | | --HG-- branch : windows_multiprocessing_support
* gevent and eventlet are available on py3, so test them thereNed Batchelder2015-09-121-1/+1
|
* Greenlet is always availble, remove conditionalization.Ned Batchelder2015-08-301-4/+1
|
* Oops, left behind unused importsNed Batchelder2015-07-271-2/+0
|
* Windows fixes due to data changesNed Batchelder2015-07-261-1/+2
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-161-1/+1
|
* is better thanNed Batchelder2015-07-141-1/+1
|
* More simplification of the data apiNed Batchelder2015-07-121-1/+1
|
* Testing multiprocessing occasionally failed, due to randomness. Try harder.Ned Batchelder2015-02-221-4/+3
|
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-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 Batchelder2015-02-071-1/+1
|
* Multiprocess support doesn't work yet on Windows.Ned Batchelder2015-01-311-4/+15
|
* Wildly experimental multiprocessing support. Covers most of #117.Ned Batchelder2015-01-301-0/+45
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-6/+6
|
* Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-231-3/+3
|
* Use a WeakKeyDictionary to track coroutine objects to prevent leaks. Fixes #330.Ned Batchelder2014-11-081-0/+18
|
* "concurrency" is a better name that "coroutine"Ned Batchelder2014-09-241-0/+208
--HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py