Skip to content

Commit 73b1e63

Browse files
committed
Add flush method to test support PseudoFile object; issue #363
1 parent cfa24ab commit 73b1e63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testsuite/support.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ class PseudoFile(list):
1616
def getvalue(self):
1717
return ''.join(self)
1818

19+
def flush(self):
20+
pass
21+
1922

2023
class TestReport(StandardReport):
2124
"""Collect the results for the tests."""

0 commit comments

Comments
 (0)