Commit 0efe575a9e6fc26c62a28e6a00efad1a00276a3c

Authored by Anthex
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 115 @property
116 116 def out(self):
117 117 return self.stdout.getvalue()
118   -
119   - @property
120   - def err(self):
121   - return self.stderr.getvalue()
... ...