uvloop/tests
Yury Selivanov c40e8a2297 Make a GC test more reliable. 2017-11-17 18:40:31 -05:00
..
certs Implement SSL support for create_server and create_unix_server 2016-04-13 17:56:02 -04:00
__init__.py Add a way to run tests on an installed version of uvloop 2017-09-12 10:21:06 -04:00
test_aiohttp.py Fix aiohttp test 2017-11-11 15:29:50 -05:00
test_base.py Implement .cancelled() method for callback and timer Handles. 2017-11-17 16:24:28 -05:00
test_cython.py tests: Refactor test for coroutines compiled with Cython 2016-05-20 15:37:23 -04:00
test_dealloc.py Fix unhandled errors in Handle.__dealloc__ producing unwanted stderr output 2017-11-16 17:56:23 -05:00
test_dns.py Make loop methods reject socket kinds they do not support. 2016-11-09 15:38:30 -05:00
test_executors.py tests: Do set_event_loop(None) in unittests 2016-11-07 19:27:37 -05:00
test_pipes.py Introduce new way of scheduling transport writes (3x faster!) 2016-05-18 19:34:47 -04:00
test_process.py Support pathlib.Path for 'cwd' argument of loop.subprocess_exec() 2017-11-13 10:43:48 -05:00
test_regr1.py Use new uv_loop_fork API; add a regr test for issue #39. 2017-11-10 12:01:38 -05:00
test_signals.py Fix code style in unittest 2016-05-07 11:05:33 -04:00
test_sockets.py Rewrite socket test framework 2017-11-17 17:42:31 -05:00
test_tasks.py Mark files that were copied with modifications from CPython. 2016-05-20 17:54:35 -04:00
test_tcp.py Make a GC test more reliable. 2017-11-17 18:40:31 -05:00
test_testbase.py tests: Make base test class complain if there are duplicate tests 2016-05-23 19:24:04 -04:00
test_udp.py Fix create_datagram_endpoint to work with AF_INET6 and no local_addr 2017-08-28 13:37:19 -04:00
test_unix.py Support Path objects in create_unix_connection() and create_unix_server() 2017-11-17 18:24:45 -05:00