summaryrefslogtreecommitdiff
path: root/testsuite/support.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/support.py')
-rw-r--r--testsuite/support.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/support.py b/testsuite/support.py
index 5185005..6bc795d 100644
--- a/testsuite/support.py
+++ b/testsuite/support.py
@@ -16,6 +16,9 @@ class PseudoFile(list):
def getvalue(self):
return ''.join(self)
+ def flush(self):
+ pass
+
class TestReport(StandardReport):
"""Collect the results for the tests."""