test_all.py 文件源码

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

项目:bc3cb 作者: UniversalSuperBox 项目源码 文件源码
def test_coreRespond():
    httpretty.register_uri(httpretty.POST, 'https://localhost/callback', body="")

    bc3cb.respond.respond("I'm trying it! ????", 'https://localhost/callback')

    # The response will be encoded when we get it back from httpretty.
    assert httpretty.last_request().body.decode('utf-8') == "content=I'm trying it! ????"
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号