Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |