Open
Description
Creating a Term from Read
and Write
was added in #34 (merged #93 ) which is pretty cool 🎉
I am using that mechanism to write a TestTerminal
that buffers calls to Write
internally and has prepared content for Read
.
My code uses term.read_line()
though, which to my surprise uses stdin()
directly.
I was expecting that to go through Read
.
Is that something that could be adjusted? I can probably try and submit a PR?
Metadata
Metadata
Assignees
Labels
No labels