Exemple #1
0
    def tearDown(self):
        self.w.stop()

        shutil.rmtree(self.d)
        configuration.remove_section("world unittest")
Exemple #2
0
 def tearDown(self):
     if self.w.chunk_management_loop.running:
         self.w.chunk_management_loop.stop()
     del self.w
     shutil.rmtree(self.d)
     configuration.remove_section("world unittest")