Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do we need more than 10 tries? | Ned Batchelder | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 1 | -1/+2 |
| | |||||
* | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 1 | -2/+2 |
| | |||||
* | Exclude site-packages so vendored code doesn't pollute test results | Ned Batchelder | 2018-06-28 | 1 | -0/+1 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | More pragmas to fine-tune coverage of test code | Ned Batchelder | 2018-02-22 | 1 | -11/+11 |
| | |||||
* | Fix english, and give a test a name that isn't a prefix of other names | Ned Batchelder | 2018-02-19 | 1 | -3/+3 |
| | |||||
* | Remove two unused names | Ned Batchelder | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | Commented-out debugging of pytracer | Ned Batchelder | 2017-11-24 | 1 | -2/+1 |
| | |||||
* | Desperation | Ned Batchelder | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | A little cleanup for #581 | Ned Batchelder | 2017-10-21 | 1 | -7/+12 |
| | |||||
* | Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127) | Ned Batchelder | 2017-10-21 | 1 | -0/+95 |
|\ | | | | | | | FIX thread-safe Collector.save_data() | ||||
| * | FIX Typo in test_coverage_stop_in_threads | Olivier Grisel | 2017-08-10 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : fix-thread-safety | ||||
| * | FIX thread-safe Collector.save_data() | Olivier Grisel | 2017-08-10 | 1 | -0/+95 |
| | | | | | | | | | | --HG-- branch : fix-thread-safety | ||||
* | | Flaky tests are really flaky | Ned Batchelder | 2017-10-12 | 1 | -1/+1 |
|/ | |||||
* | Sometimes we match against files, sometimes directories. | Ned Batchelder | 2017-02-21 | 1 | -0/+1 |
| | | | | Also, skip our own test code when running tests. | ||||
* | No test failures on Jython | Ned Batchelder | 2017-01-18 | 1 | -0/+3 |
| | | | | One or two of these are questionable accommodations, but there are no failures. | ||||
* | Use @flaky to prevent occasional multiprocessing failures | Ned Batchelder | 2017-01-17 | 1 | -0/+3 |
| | |||||
* | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 1 | -2/+2 |
| | | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f | ||||
* | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 1 | -2/+14 |
| | |||||
* | Spelling fixes | Ville Skyttä | 2016-07-31 | 1 | -1/+1 |
| | | | | | --HG-- branch : spelling | ||||
* | 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 |
| | | | | | --HG-- extra : amend_source : df40db50416bb97691509bf7607aba6ed2b7b205 | ||||
* | 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 |
| | | | | | --HG-- branch : windows_multiprocessing_support | ||||
* | Fix Windows support for multiprocessing monkey patch | Rodrigue Cloutier | 2015-12-10 | 1 | -4/+0 |
| | | | | | --HG-- branch : windows_multiprocessing_support | ||||
* | 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 |
--HG-- rename : tests/test_coroutine.py => tests/test_concurrency.py |