test_upnpclient.py 文件源码

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

项目:upnpclient 作者: flyte 项目源码 文件源码
def test_marshal_uri(self):
        """
        Should parse a 'uri' value into a `ParseResult`.
        """
        uri = 'https://media.giphy.com/media/22kxQ12cxyEww/giphy.gif?something=variable'
        marshalled, val = upnp.marshal.marshal_value('uri', uri)
        self.assertTrue(marshalled)
        self.assertIsInstance(val, ParseResult)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号