uvloop/tests
Edgar Ramírez Mondragón fb5a1397d1
Add cleanup_socket param on create_unix_server() (#623)
This is derived from python/cpython#111483 but available on
all Python versions with uvloop, only that it's only enabled
by default for Python 3.13 and above to be consistent with
CPython behavior.

* Also add Python 3.13 to CI (#610)
* Enable CI in debug mode
* Fix CI to include [dev]

---------

Co-authored-by: Fantix King <fantix.king@gmail.com>
2024-09-02 15:57:59 -05:00
..
certs Update test SSL certificate and key to 3072 bit (fixes: #217) 2019-01-09 15:44:31 -05:00
__init__.py Fix tests invocation on release CI worklow (#489) 2022-09-10 10:45:27 -05:00
__main__.py Fix tests invocation on release CI worklow (#489) 2022-09-10 10:45:27 -05:00
test_aiohttp.py Port uvloop to Python 3.12 (#570) 2023-10-09 19:28:47 -05:00
test_base.py Drop support of Python 3.7 and update CI (#578) 2023-10-22 13:04:03 -05:00
test_context.py Support python 3.11+ (#473) 2022-09-01 10:56:34 -05:00
test_cython.py Bump minimum required Cython version (#431) 2021-08-06 16:53:04 -07:00
test_dealloc.py Port uvloop to Python 3.12 (#570) 2023-10-09 19:28:47 -05:00
test_dns.py Upgrade libuv to v1.48.0 (#600) 2024-08-14 22:18:07 -05:00
test_executors.py tests: Support 3.8 2019-10-24 14:42:54 -04:00
test_fs_event.py Expose libuv uv_fs_event functionality (#474) 2022-09-09 09:24:41 -05:00
test_libuv_api.py Port uvloop to Python 3.12 (#570) 2023-10-09 19:28:47 -05:00
test_pipes.py forcely add UV_HANDLE_READABLE on pipe_t 2020-05-13 20:06:44 -05:00
test_process.py Drop support of Python 3.7 and update CI (#578) 2023-10-22 13:04:03 -05: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_runner.py Port uvloop to Python 3.12 (#570) 2023-10-09 19:28:47 -05:00
test_signals.py Drop support of Python 3.7 and update CI (#578) 2023-10-22 13:04:03 -05:00
test_sockets.py Drop support of Python 3.7 and update CI (#578) 2023-10-22 13:04:03 -05:00
test_sourcecode.py Fixup CI (#520) 2023-01-15 10:27:26 -06:00
test_tcp.py Updates for Cython3 (#587) 2024-08-28 13:02:42 -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 Drop support of Python 3.7 and update CI (#578) 2023-10-22 13:04:03 -05:00
test_unix.py Add cleanup_socket param on create_unix_server() (#623) 2024-09-02 15:57:59 -05:00