tractor/tests/ipc
Tyler Goodlet d079675dd4 UDS: implicitly create `Address.bindspace: Path`
Since it's merely a local-file-sys subdirectory and there should be no
reason file creation conflicts with other bind spaces.

Also add 2 test suites to match,
- `tests/ipc/test_each_tpt::test_uds_bindspace_created_implicitly` to
  verify the dir creation when DNE.
- `..test_uds_double_listen_raises_connerr` to ensure a double bind
  raises a `ConnectionError` from the src `OSError`.
2025-07-25 13:32:23 -04:00
..
__init__.py Start a very basic ipc-server unit test suite 2025-07-13 15:26:37 -04:00
test_each_tpt.py UDS: implicitly create `Address.bindspace: Path` 2025-07-25 13:32:23 -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