Beispiel #1
0
 def tearDown(self):
     PluginTest.tearDown(self)
Beispiel #2
0
 def tearDown(self):
     PluginTest.tearDown(self)
     try:
         shutil.rmtree(self.tmpdir)
     except OSError:
         pass
Beispiel #3
0
 def tearDown(self):
     PluginTest.tearDown(self)
Beispiel #4
0
 def tearDown(self):
     PluginTest.tearDown(self)
     try:
         shutil.rmtree(self.tmpdir)
     except OSError:
         pass