uvloop/tests
Fantix King 8cdb30022a Use FD=0/1/2 for subprocess(stdio=None)
This aligns uvloop with the same behavior in asyncio - when stdin,
stdout or stderr is None, the subprocess will use FD 0, 1 or 2 now
instead of sys.stdin, sys.stdout or sys.stderr.

Fixes #136
2021-02-09 09:45:14 -06:00
..
certs Update test SSL certificate and key to 3072 bit (fixes: #217) 2019-01-09 15:44:31 -05: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 Enforce consistent code style with flake8 2019-02-16 09:18:25 -05:00
test_base.py Don't stop the loop in `run_until_complete()` on `SystemExit` and `KeyboardInterrupt` exceptions (#337) 2021-02-08 17:25:53 -06:00
test_context.py Fix context in protocol callbacks (#348) 2021-02-05 14:38:11 -06:00
test_cython.py tests: Stop passing loop explicitly in tests 2019-10-24 14:42:54 -04:00
test_dealloc.py Fix KeyboardInterrupt handling logic. 2019-10-28 22:53:26 -04:00
test_dns.py tests: Stop passing loop explicitly in tests 2019-10-24 14:42:54 -04:00
test_executors.py tests: Support 3.8 2019-10-24 14:42:54 -04:00
test_pipes.py forcely add UV_HANDLE_READABLE on pipe_t 2020-05-13 20:06:44 -05:00
test_process.py Use FD=0/1/2 for subprocess(stdio=None) 2021-02-09 09:45:14 -06:00
test_process_spawning.py Fix tests for Python 3.9 2020-12-06 19:43:25 -08:00
test_regr1.py Fix KeyboardInterrupt handling logic. 2019-10-28 22:53:26 -04:00
test_signals.py Fix KeyboardInterrupt handling logic. 2019-10-28 22:53:26 -04:00
test_sockets.py Fix context in protocol callbacks (#348) 2021-02-05 14:38:11 -06:00
test_sourcecode.py Correct a typo in test_sourcecode.py 2021-02-05 15:07:22 -06:00
test_tcp.py Add tests for bpo-39951 2021-02-05 12:03:18 -06: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 Drop Python 3.5/3.6 support (#383) 2021-01-24 19:59:20 -06:00
test_unix.py Drop Python 3.5/3.6 support (#383) 2021-01-24 19:59:20 -06:00