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