def test_getChildWithDefault(self):
res = self.cls.getChildWithDefault(None, None)
assert isinstance(res, resource.ErrorPage)
assert res.code == NOT_FOUND
assert res.brief == 'No Such Resource'
assert res.detail == 'No Such Resource'
test_redirector.py 文件源码
python
阅读 30
收藏 0
点赞 0
评论 0
评论列表
文章目录