test_completion.py 文件源码

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

项目:azure-cli-shell 作者: Azure 项目源码 文件源码
def test_param_completion(self):
        """ tests param completion """
        self.init2()
        doc = Document(u'create -')
        gen = self.completer.get_completions(doc, None)
        self.assertEqual(six.next(gen), Completion(
            "-funtime", -1, display_meta="There is no work life balance, it's just your life"))

        doc = Document(u'command can -')
        gen = self.completer.get_completions(doc, None)
        with self.assertRaises(StopIteration):
            six.next(gen)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号