def test_res_e(self): actual = res.p_api_res(1,[],'hoge') assert actual.has_error() is True
def test_res(self): actual = res.p_api_res('0',[],None) assert actual.has_error() is False