MCPcopy 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])
168def 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_streamFunction · 0.90
listFunction · 0.85

Tested by

no test coverage detected