summaryrefslogtreecommitdiff
path: root/tests/test_futures.py
Commit message (Expand)AuthorAgeFilesLines
* Tests: explicitly close event loops and transportsVictor Stinner2015-01-141-0/+1
* Truncate to 80 columnsVictor Stinner2015-01-091-8/+16
* CPython doesn't have asyncio.test_supportVictor Stinner2014-12-261-1/+4
* asyncio.test_support now uses test.support and test.script_helper if availableVictor Stinner2014-12-191-4/+1
* Copy a subset of test.support from CPython 3.5 to no more depend on the testVictor Stinner2014-12-181-1/+4
* Fix formatting of the "Future exception was never retrieved"Victor Stinner2014-11-201-23/+42
* Remove workaround in test_futures, no more neededVictor Stinner2014-07-291-6/+0
* Enhance representation of Future and Future subclassesVictor Stinner2014-07-291-1/+10
* Python issues 21936, 21163: Fix sporadic failures ofVictor Stinner2014-07-101-0/+6
* fix typo in the name of a test functionVictor Stinner2014-07-071-2/+2
* Python issue 21447, 21886: Fix a race condition when setting the result of aVictor Stinner2014-07-051-0/+6
* Fix unit tests on Windows, escape filenames in regexVictor Stinner2014-06-281-4/+4
* Tulip issue #137: In debug mode, save traceback where Future, Task and HandleVictor Stinner2014-06-271-0/+59
* Tulip issue #177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-251-14/+42
* Refactor tests: add a base TestCase classVictor Stinner2014-06-181-18/+7
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-8/+8
* Fix spelling & typosYury Selivanov2014-02-181-1/+1
* Add new event loop exception handling API (closes issue #80).Yury Selivanov2014-02-181-6/+6
* Future.set_exception(exc) now instanciate exc if it is a classVictor Stinner2014-01-301-0/+5
* Unit tests use the main asyncio module instead of submodules like eventsVictor Stinner2014-01-241-50/+49
* Pass cancellation from wrapping Future to wrapped Future. Fixes issue 88. By ...Guido van Rossum2013-11-221-0/+18
* MergeGuido van Rossum2013-10-171-6/+6
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+329