mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 04:51:12 +02:00
The Let's Encrypt root certificate has changed so needs updating in these tests. Also use `bytes.fromhex()` instead of `binascii.unhexlify()`, to eliminate the need for the `binascii` module. Both of these features are controlled by `MICROPY_PY_BUILTINS_BYTES_HEX`, so the test will still work on the same targets that it previously did. Signed-off-by: Damien George <damien@micropython.org>
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 separately (from the main test/ directory): ./run-tests.py net_inet/*.py