micropython/tests/net_inet
Damien George 458cbacb8f tests/net_inet: Add tests for accept and connect in nonblocking mode.
Some of these tests don't require an Internet connection, but here is a
good place to put them for now.
2017-06-21 12:25:10 +10:00
..
README tests/net_inet/test_tls_sites.py: Integration test for SSL connections. 2017-06-21 01:58:36 +03:00
accept_nonblock.py tests/net_inet: Add tests for accept and connect in nonblocking mode. 2017-06-21 12:25:10 +10:00
accept_nonblock.py.exp tests/net_inet: Add tests for accept and connect in nonblocking mode. 2017-06-21 12:25:10 +10:00
accept_timeout.py tests/net_inet: Add tests for accept and connect in nonblocking mode. 2017-06-21 12:25:10 +10:00
accept_timeout.py.exp tests/net_inet: Add tests for accept and connect in nonblocking mode. 2017-06-21 12:25:10 +10:00
connect_nonblock.py tests/net_inet: Add tests for accept and connect in nonblocking mode. 2017-06-21 12:25:10 +10:00
connect_nonblock.py.exp tests/net_inet: Add tests for accept and connect in nonblocking mode. 2017-06-21 12:25:10 +10:00
test_tls_sites.py tests/net_inet/test_tls_sites.py: Integration test for SSL connections. 2017-06-21 01:58:36 +03:00
test_tls_sites.py.exp tests/net_inet/test_tls_sites.py: Integration test for SSL connections. 2017-06-21 01:58:36 +03:00

README

This direcctory 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