Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/theskumar/python-dotenv
/ test_parse_stream
Function
test_parse_stream
tests/test_parser.py:168–171 ·
view source on GitHub ↗
(test_input, expected)
Source
from the content-addressed store, hash-verified
166
),
167
])
168
def
test_parse_stream(test_input, expected):
169
result = parse_stream(io.StringIO(test_input))
170
171
assert list(result) == expected
Callers
nothing calls this directly
Calls
2
parse_stream
Function · 0.90
list
Function · 0.85
Tested by
no test coverage detected