Files
micropython/tests/ports
Damien George c5dc84c797 tests: Move ports/esp32/resolve_on_connect.py to net_inet.
The main reason for moving this test is that it needs internet connection
to pass.  So putting it in `net_inet` makes sure it's alongside other tests
that need the internet.

Also, it's a general test that could eventually run on other ports, if/when
they support doing an address resolution as part of `socket.connect()`.

Signed-off-by: Damien George <damien@micropython.org>
2025-10-20 11:56:06 +11:00
..
2025-02-25 13:02:49 +01:00