def teardown_method(self, method):
     MockMonitor.static_stop()
 def teardown_method(self, method):
     MockMonitor.static_stop()
示例#3
0
 def teardown_method(self, method):
     self.client.stop()
     MockMonitor.static_stop()
 def teardown_method(self, method):
     self.client.stop()
     MockMonitor.static_stop()
 def tearDown(self):
     MockMonitor.static_stop()
示例#6
0
 def tearDown(self):
     MockMonitor.static_stop()