summaryrefslogtreecommitdiff
path: root/tests/test_windows_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Close transports in testsVictor Stinner2015-01-151-3/+8
* 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-6/+2
* Copy a subset of test.support from CPython 3.5 to no more depend on the testVictor Stinner2014-12-181-4/+7
* Reuse socket.socketpair() on Windows if availableVictor Stinner2014-10-141-0/+4
* Fix tests on Windows: wait for the subprocess exitVictor Stinner2014-06-041-0/+2
* Make sure that socketpair() close sockets on errorVictor Stinner2014-06-041-0/+9
* Issue #159: Fix windows_utils.socketpair()Victor Stinner2014-03-051-4/+23
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-2/+2
* Increase timeout in test_popen() for buildbots.Guido van Rossum2013-11-151-1/+2
* Tweak import of _overlapped and add instructions README (mostly for myself :-).Guido van Rossum2013-10-291-5/+1
* Make various asyncio test files individually runnable.Guido van Rossum2013-10-201-0/+4
* MergeGuido van Rossum2013-10-171-1/+5
* Skip windows tests using unittest.SkipTest().Guido van Rossum2013-10-161-0/+4
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+132