summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Make file operations implicit on constructed filenameNed Batchelder2018-07-231-2/+2
|
* Exclude site-packages so vendored code doesn't pollute test resultsNed Batchelder2018-06-281-0/+1
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* 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 thread-safe Collector.save_data()
| * FIX Typo in test_coverage_stop_in_threadsOlivier Grisel2017-08-101-1/+1
| | | | | | | | | | --HG-- branch : fix-thread-safety
| * FIX thread-safe Collector.save_data()Olivier Grisel2017-08-101-0/+95
| | | | | | | | | | --HG-- branch : fix-thread-safety
* | Flaky tests are really flakyNed Batchelder2017-10-121-1/+1
|/
* Sometimes we match against files, sometimes directories.Ned Batchelder2017-02-211-0/+1
| | | | Also, skip our own test code when running tests.
* No test failures on JythonNed Batchelder2017-01-181-0/+3
| | | | One or two of these are questionable accommodations, but there are no failures.
* 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
| | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f
* Jython has no multiprocessing moduleNed Batchelder2017-01-131-2/+14
|
* Spelling fixesVille Skyttä2016-07-311-1/+1
| | | | | --HG-- branch : spelling
* 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
| | | | | --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