コード例 #1
0
ファイル: test_models.py プロジェクト: chadlung/symantecssl
 def test_response(self):
     m = BaseModel()
     with pytest.raises(NotImplementedError):
         m.response(None)