Exemplo n.º 1
0
 def tearDownClass(cls):
     cls.proxy_proc.send_signal(signal.SIGTERM)
     poet.shutdown()
     shutil.rmtree(cls._temp_dir)
 def tearDownClass(cls):
     poet.shutdown()
     shutil.rmtree(cls._temp_dir)
Exemplo n.º 3
0
 def tearDownClass(cls):
     cls.proxy_proc.send_signal(signal.SIGTERM)
     poet.shutdown()
     shutil.rmtree(cls._temp_dir)