Commit 0efe575a9e6fc26c62a28e6a00efad1a00276a3c
1 parent
417e1bef
removed unused test code
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
test_structure.py
@@ -115,7 +115,3 @@ class OutputBuffer(object): | @@ -115,7 +115,3 @@ class OutputBuffer(object): | ||
115 | @property | 115 | @property |
116 | def out(self): | 116 | def out(self): |
117 | return self.stdout.getvalue() | 117 | return self.stdout.getvalue() |
118 | - | ||
119 | - @property | ||
120 | - def err(self): | ||
121 | - return self.stderr.getvalue() |