コード例 #1
0
ファイル: core_test.py プロジェクト: koshinuke/koshinuke.py
 def tearDown(self):
     try:
         utils.destroy_test_repository()
         utils.destroy_test_project()
     except OSError:  # not exists
         pass
     utils.remove_test_user()
コード例 #2
0
 def tearDown(self):
     utils.destroy_test_repository()
     utils.destroy_test_project()
     utils.remove_test_user()
コード例 #3
0
ファイル: core_test.py プロジェクト: koshinuke/koshinuke.py
 def tearDown(self):
     utils.destroy_test_repository()
     utils.destroy_test_project()