Esempio n. 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')
Esempio n. 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')
 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')
 def tearDown(self):
     super(MainTest, self).tearDown()
     delete_files("ontology.ttl")
     delete_files("new_triple.ttl")
Esempio n. 8
0
 def tearDown(self):
     delete_files('*test_migration.migration')
 def tearDown(self):
     delete_files("sample.conf")