コード例 #1
0
ファイル: test_imports.py プロジェクト: aldeka/Bookie
 def test_doesnt_implement_can_handle(self):
     """Verify we get the exception expected when running can_handle"""
     Importer.can_handle("")
コード例 #2
0
ファイル: test_imports.py プロジェクト: xuanhan863/Bookie
 def test_doesnt_implement_can_handle(self):
     """Verify we get the exception expected when running can_handle"""
     Importer.can_handle("")