summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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