Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rspeer/python-ftfy
/ test_stdin
Function
test_stdin
tests/test_cli.py:63–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
62
63
def
test_stdin():
64
with
open(TEST_FILENAME,
"rb"
)
as
infile:
65
output = get_command_output([
"ftfy"
], stdin=infile)
66
assert output == CORRECT_OUTPUT
Callers
nothing calls this directly
Calls
1
get_command_output
Function · 0.85
Tested by
no test coverage detected