def test_wrong_parameters(self):
with self.assertRaises(DocoptExit) as context:
StateHolder.skip_docker = True
poco = Poco(home_dir=self.tmpdir, argv=["notexistcommand"])
poco.run()
self.assertIsNotNone(context.exception)
评论列表
文章目录