MCPcopy Index your code
hub / github.com/theskumar/python-dotenv / test_parse_stream

Function test_parse_stream

tests/test_parser.py:550–553  ·  view source on GitHub ↗
(test_input, expected)

Source from the content-addressed store, hash-verified

548 ],
549)
550def test_parse_stream(test_input, expected):
551 result = parse_stream(io.StringIO(test_input))
552
553 assert list(result) == expected

Callers

nothing calls this directly

Calls 1

parse_streamFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…