You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
..
README tests/net_inet: Move tests which don't require full Internet to net_hosted. 7 years ago
test_tls_sites.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
test_tls_sites.py.exp tests/net_inet: Update tls test to work with CPython and incl new site. 7 years ago
uasyncio_cancel_stream.py tests/net_inet: Add uasyncio internet tests. 5 years ago
uasyncio_cancel_stream.py.exp tests/net_inet: Add uasyncio internet tests. 5 years ago
uasyncio_open_connection.py tests/net_inet: Add uasyncio internet tests. 5 years ago
uasyncio_open_connection.py.exp tests/net_inet: Add uasyncio internet tests. 5 years ago
uasyncio_tcp_read_headers.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uasyncio_tcp_read_headers.py.exp tests/net_inet: Add uasyncio internet tests. 5 years ago

README

This directory contains network tests which require Internet connection.
Note that these tests are not run as part of the main testsuite and need
to be run seperately (from the main test/ directory):

./run-tests net_inet/*.py