def test_qvm_create_explicit(self):
command_args = pyqubes.qvm.qvm_create("pear", template='fruit', label='green')
six.assertCountEqual(self, command_args, ["qvm-create", "pear", "--template", "fruit", "--label", "green"])
评论列表
文章目录