예제 #1
0
 def tearDown(self):
     super(LogTest, self).tearDown()
     delete_files('log_dir_test/path/subpath/*.log')
     if os.path.exists('log_dir_test/path/subpath'):
         os.rmdir('log_dir_test/path/subpath')
     if os.path.exists('log_dir_test/path'):
         os.rmdir('log_dir_test/path')
     if os.path.exists('log_dir_test'):
         os.rmdir('log_dir_test')
예제 #2
0
 def tearDown(self):
     super(LogTest, self).tearDown()
     delete_files('log_dir_test/path/subpath/*.log')
     if os.path.exists('log_dir_test/path/subpath'):
         os.rmdir('log_dir_test/path/subpath')
     if os.path.exists('log_dir_test/path'):
         os.rmdir('log_dir_test/path')
     if os.path.exists('log_dir_test'):
         os.rmdir('log_dir_test')
예제 #3
0
 def tearDown(self):
     BaseTest.tearDown(self)
     delete_files('log_dir_test/path/subpath/*.log')
     if os.path.exists('log_dir_test/path/subpath'):
         os.rmdir('log_dir_test/path/subpath')
     if os.path.exists('log_dir_test/path'):
         os.rmdir('log_dir_test/path')
     if os.path.exists('log_dir_test'):
         os.rmdir('log_dir_test')
 def tearDown(self):
     delete_files('*test_migration.migration')
 def tearDown(self):
     super(VirtuosoTest, self).tearDown()
     delete_files("*.ttl")
 def tearDown(self):
     delete_files('sample.conf')
예제 #7
0
 def tearDown(self):
     super(MainTest, self).tearDown()
     delete_files("ontology.ttl")
     delete_files("new_triple.ttl")
예제 #8
0
 def tearDown(self):
     delete_files('*test_migration.migration')
예제 #9
0
 def tearDown(self):
     delete_files("sample.conf")