(self)
| 1073 | assert s == class="st">"hello\n" |
| 1074 | |
| 1075 | def test_stdin(self) -> None: |
| 1076 | cap = capture.FDCapture(0) |
| 1077 | cap.start() |
| 1078 | x = os.read(0, 100).strip() |
| 1079 | cap.done() |
| 1080 | assert x == bclass="st">"" |
| 1081 | |
| 1082 | def test_writeorg(self, tmpfile: BinaryIO) -> None: |
| 1083 | data1, data2 = bclass="st">"foo", bclass="st">"bar" |