def tearDown(self):
     """Remove the temporary output directory"""
     tools._FinaliseForTest()
예제 #2
0
 def tearDown(self):
     """Remove the temporary output directory"""
     tools._FinaliseForTest()
예제 #3
0
 def tearDownClass(self):
     tools._FinaliseForTest()
예제 #4
0
파일: test_fdt.py 프로젝트: voloviq/u-boot
 def tearDownClass(cls):
     tools._FinaliseForTest()