summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-01-26 22:43:46 -0800
committerIan Lee <IanLee1521@gmail.com>2015-01-26 22:43:46 -0800
commitbcd5d2bae39bc2b43c02f394fea9950f40099199 (patch)
tree568c464f4e883a3fbdfb1d2b21b919f4045e8151 /testsuite
parentf7a9648da6245738b72fcd664a20168d54953ee7 (diff)
parent4579585f1441dc4bb4a9b44f58b2fbe2ef3c77dd (diff)
downloadpep8-bcd5d2bae39bc2b43c02f394fea9950f40099199.tar.gz
Merge branch 'issue-363' into master
Diffstat (limited to 'testsuite')
-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."""