We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa24ab commit 73b1e63Copy full SHA for 73b1e63
1 file changed
testsuite/support.py
@@ -16,6 +16,9 @@ class PseudoFile(list):
16
def getvalue(self):
17
return ''.join(self)
18
19
+ def flush(self):
20
+ pass
21
+
22
23
class TestReport(StandardReport):
24
"""Collect the results for the tests."""
0 commit comments