def capture_output(self):
     self.oc = OutputCapture()
     self.oc.capture_output()
예제 #2
0
 def setUp(self):
     self.output = OutputCapture()