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

Function create_config

src/wormhole/test/test_cli.py:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48
49def create_config():
50 cfg = config("send")
51 cfg.stdout = io.StringIO()
52 cfg.stderr = io.StringIO()
53 return cfg
54
55
56def test_text_offer():

Callers 9

test_text_offerFunction · 0.85
test_file_offerFunction · 0.85
test_missing_fileFunction · 0.85
_do_test_directoryFunction · 0.85
test_unknownFunction · 0.85
test_symlinkFunction · 0.85
test_symlink_collapseFunction · 0.85

Calls 1

configFunction · 0.85

Tested by

no test coverage detected