summaryrefslogtreecommitdiff
path: root/tests/test_queues.py
Commit message (Expand)AuthorAgeFilesLines
* Python issue 21163: Fix some "Task was destroyed but it is pending!" logs in ...Victor Stinner2014-06-251-10/+17
* Refactor tests: add a base TestCase classVictor Stinner2014-06-181-22/+10
* Python issue 21723: asyncio.Queue: support any type of number (ex: float) forVictor Stinner2014-06-181-0/+15
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-2/+2
* Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from que...Guido van Rossum2014-01-251-2/+2
* Export more symbols: BaseEventLoop, BaseProactorEventLoop,Victor Stinner2014-01-251-36/+35
* Unit tests use the main asyncio module instead of submodules like eventsVictor Stinner2014-01-241-49/+46
* MergeGuido van Rossum2013-10-171-2/+2
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+470