summaryrefslogtreecommitdiff
path: root/tests/test_callback.py
Commit message (Expand)AuthorAgeFilesLines
* Remove tests duplicated in aiotestVictor Stinner2014-12-151-38/+0
* Remove a test which behaves differently depending on the the version of async...Victor Stinner2014-12-121-10/+0
* fix call_soon() when called on a closed loopVictor Stinner2014-11-231-0/+10
* cleanup testsVictor Stinner2014-11-211-1/+0
* Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the eventVictor Stinner2014-11-201-2/+2
* tests: each file is now executableVictor Stinner2014-11-191-0/+5
* Convert more manual tests to unit testsVictor Stinner2014-11-191-0/+34