test_notifications.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:masakari 作者: openstack 项目源码 文件源码
def test_delete_and_update_notification(self, method, mock_client):
        url = '/v1/notifications/%s' % uuidsentinel.fake_notification
        fake_req = fakes.HTTPRequest.blank(url, use_admin_context=True)
        fake_req.headers['Content-Type'] = 'application/json'
        fake_req.method = method
        resp = fake_req.get_response(self.app)
        self.assertEqual(http.METHOD_NOT_ALLOWED, resp.status_code)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号