summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
Commit message (Expand)AuthorAgeFilesLines
* More pragmas to fine-tune coverage of test codeNed Batchelder2018-02-221-11/+11
* Fix english, and give a test a name that isn't a prefix of other namesNed Batchelder2018-02-191-3/+3
* Remove two unused namesNed Batchelder2018-01-281-2/+2
* Commented-out debugging of pytracerNed Batchelder2017-11-241-2/+1
* DesperationNed Batchelder2017-11-041-1/+1
* A little cleanup for #581Ned Batchelder2017-10-211-7/+12
* Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)Ned Batchelder2017-10-211-0/+95
|\
| * FIX Typo in test_coverage_stop_in_threadsOlivier Grisel2017-08-101-1/+1
| * FIX thread-safe Collector.save_data()Olivier Grisel2017-08-101-0/+95
* | Flaky tests are really flakyNed Batchelder2017-10-121-1/+1
|/
* Sometimes we match against files, sometimes directories.Ned Batchelder2017-02-211-0/+1
* No test failures on JythonNed Batchelder2017-01-181-0/+3
* Use @flaky to prevent occasional multiprocessing failuresNed Batchelder2017-01-171-0/+3
* Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-141-2/+2
* Jython has no multiprocessing moduleNed Batchelder2017-01-131-2/+14
* Spelling fixesspellingVille Skytt?2016-07-311-1/+1
* Multiprocessing needs to communicate the rcfile down to the subprocessesNed Batchelder2016-07-131-4/+40
* 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
* Make multiprocessing support work with spawned processes, which is what Windo...Ned Batchelder2016-01-101-9/+21
* Removed unnecessary setup in MultiprocessingTest classRodrigue Cloutier2015-12-151-3/+0
* Fix Windows support for multiprocessing monkey patchRodrigue Cloutier2015-12-101-4/+0
* 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
* 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