Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
def
create_config():
50
cfg = config(
"send"
)
51
cfg.stdout = io.StringIO()
52
cfg.stderr = io.StringIO()
53
return
cfg
54
55
56
def
test_text_offer():
Callers
9
test_text_offer
Function · 0.85
test_file_offer
Function · 0.85
test_broken_symlink_raises_err
Function · 0.85
test_broken_symlink_is_ignored
Function · 0.85
test_missing_file
Function · 0.85
_do_test_directory
Function · 0.85
test_unknown
Function · 0.85
test_symlink
Function · 0.85
test_symlink_collapse
Function · 0.85
Calls
1
config
Function · 0.85
Tested by
no test coverage detected