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

Function test_text

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

Source from the content-addressed store, hash-verified

741 os.stat(fn).st_mode)
742
743async def test_text(wormhole_executable, scripts_env, mailbox, transit_relay, tmpdir_factory):
744 await _do_test(wormhole_executable, scripts_env, mailbox, transit_relay, tmpdir_factory)
745
746
747async def test_text_subprocess(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