Skip to content

Commit

Permalink
Merge pull request #3190 from arcresu/bpd
Browse files Browse the repository at this point in the history
Add tests for BPD
  • Loading branch information
sampsyo authored Mar 31, 2019
2 parents 15f86c4 + 999cf14 commit 728267d
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ def add(self, s):
else:
self.buf.append(s + '\n')

def close(self):
pass

def readline(self):
if not self.buf:
if self.out:
Expand Down
Loading

0 comments on commit 728267d

Please sign in to comment.