circuitpython/tests/net_inet
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir.
This adds the Python files in the tests/ directory to be formatted with
./tools/codeformat.py.  The basics/ subdirectory is excluded for now so we
aren't changing too much at once.

In a few places `# fmt: off`/`# fmt: on` was used where the code had
special formatting for readability or where the test was actually testing
the specific formatting.
2020-03-30 13:21:58 +11:00
..
README tests/net_inet: Move tests which don't require full Internet to net_hosted. 2017-06-23 21:12:32 +03:00
test_tls_sites.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
test_tls_sites.py.exp tests/net_inet: Update tls test to work with CPython and incl new site. 2017-10-26 12:29:24 +11:00
uasyncio_cancel_stream.py tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00
uasyncio_cancel_stream.py.exp tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00
uasyncio_open_connection.py tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00
uasyncio_open_connection.py.exp tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00
uasyncio_tcp_read_headers.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
uasyncio_tcp_read_headers.py.exp tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00

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