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

Function test_send_appid

src/wormhole/test/test_args.py:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 assert not cfg.zeromode
24
25def test_send_appid():
26 cfg = config("--appid", "xyz", "send", "--text", "hi")
27 assert cfg.appid == "xyz"
28 cfg = config("--appid=xyz", "send", "--text", "hi")
29 assert cfg.appid == "xyz"
30
31def test_send_file():
32 cfg = config("send", "fn")

Callers

nothing calls this directly

Calls 1

configFunction · 0.85

Tested by

no test coverage detected