Beispiel #1
0
 def setUp(self):
     self.output = StringIO()
     self.writer = ClassWriter('FooBar', 'FOOB', self.output)
     self.log = LogCapture()
     self.addCleanup(self.log.uninstall)