예제 #1
0
파일: test.py 프로젝트: bgnori/tonic
 def tearDown(self):
   hub.close()
예제 #2
0
파일: perf.py 프로젝트: bgnori/tonic
 def tearDown(self):
   hub.purge()
   hub.close()
   os.rmdir(self.workdir)
예제 #3
0
파일: test.py 프로젝트: bgnori/tonic
 def tearDown(self):
   hub.purge()
   hub.close()
   self.server.close()