Example #1
0
 def tearDown(self):
     try:
         utils.destroy_test_repository()
         utils.destroy_test_project()
     except OSError:  # not exists
         pass
     utils.remove_test_user()
 def tearDown(self):
     utils.destroy_test_repository()
     utils.destroy_test_project()
     utils.remove_test_user()
Example #3
0
 def tearDown(self):
     utils.destroy_test_repository()
     utils.destroy_test_project()