()
| 76 | tw = terminalwriter.TerminalWriter(f) |
| 77 | |
| 78 | def getlines(): |
| 79 | f.flush() |
| 80 | with open(str(p), encoding=class="st">"utf8") as fp: |
| 81 | return fp.readlines() |
| 82 | |
| 83 | elif request.param == class="st">"stringio": |
| 84 | f = io.StringIO() |
no test coverage detected