tractor/tests/ipc
Gud Boi ca436aa9ec Wrap default `Server.listen_on()` addrs
Normalize implicit listener declarations through `wrap_address()`,
just like caller-supplied addrs. Tagged defaults otherwise reach
endpoint reflection as plain tuples and fail before socket startup.

Add a TCP/UDS regression which omits `accept_addrs` and proves
each generated ep holds the expected concrete `Address`.

(this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`))
2026-09-01 23:07:53 -04:00
..
__init__.py Start a very basic ipc-server unit test suite 2025-07-13 15:26:37 -04:00
test_channel_tunnel_boundary.py Peel tunnels before `Channel` connects 2026-09-01 15:21:18 -04:00
test_each_tpt.py Emit canonical tagged addresses 2026-09-01 15:47:28 -04:00
test_multi_tpt.py Add `enable_transports`/`registry_addrs` proto guard 2026-06-17 17:39:44 -04:00
test_server.py Wrap default `Server.listen_on()` addrs 2026-09-01 23:07:53 -04:00
test_server_tunnel_boundary.py Emit canonical tagged addresses 2026-09-01 15:47:28 -04:00