summaryrefslogtreecommitdiff
path: root/tests/test_selectors.py
Commit message (Expand)AuthorAgeFilesLines
* test_selectors: use asyncio.test_support if test.support is missingVictor Stinner2015-01-211-1/+4
* Python issue #23209, #23225: selectors.BaseSelector.get_key() now raises aVictor Stinner2015-01-131-4/+7
* Replace test_selectors.py with the file of Python 3.5 adapted for asyncio andVictor Stinner2015-01-091-161/+395
* Fix pyflakes warnings: remove unused imports and variablesVictor Stinner2014-12-191-2/+2
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-18/+18
* Remove scories of resolution/granularityVictor Stinner2014-02-091-4/+0
* Add a granularity attribute to BaseEventLoop: maximum between the resolution ofVictor Stinner2014-01-251-0/+4
* Incorporate selectors.py refactoring from CPython repo.Guido van Rossum2013-12-021-1/+1
* Improved tests for selectors.py by Arnaud Faure.Guido van Rossum2013-11-071-1/+66
* Make various asyncio test files individually runnable.Guido van Rossum2013-10-201-0/+4
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+145