tractor/tests/ipc
Tyler Goodlet 37f843a128 Add an `enable_transports` test-suite
Like it sounds, verifying that when that param is passed to the runtime
startup eps (`.open_root_actor()/.open_nursery()`), the appropriate
tpt-protocol is deployed for IPC (both the server and bound endpoints)
in both the root and any sub-actors (as passed down from rent to child
via the `.msg.types.SpawnSpec`).
2025-07-13 15:26:37 -04:00
..
__init__.py Start a very basic ipc-server unit test suite 2025-07-13 15:26:37 -04:00
test_multi_tpt.py Add an `enable_transports` test-suite 2025-07-13 15:26:37 -04:00
test_server.py Drop 'IPC' prefix from `._server` types 2025-07-13 15:26:37 -04:00