def test_option_help(self): """test --help option""" cmd, output = runCmdOutput(['--help']) self.assertEqual(cmd.returncode, os.EX_OK)