MCPcopy
hub / github.com/magic-wormhole/magic-wormhole / test_directory

Function test_directory

src/wormhole/test/test_cli.py:783–784  ·  view source on GitHub ↗
(wormhole_executable, scripts_env, mailbox, transit_relay, tmpdir_factory)

Source from the content-addressed store, hash-verified

781
782
783async def test_directory(wormhole_executable, scripts_env, mailbox, transit_relay, tmpdir_factory):
784 await _do_test(wormhole_executable, scripts_env, mailbox, transit_relay, tmpdir_factory, mode="directory")
785
786
787async def test_directory_addslash(wormhole_executable, scripts_env, mailbox, transit_relay, tmpdir_factory):

Callers

nothing calls this directly

Calls 1

_do_testFunction · 0.70

Tested by

no test coverage detected