def test_option_unhandled(self): """test not handled option with hidden test option""" cmd, output = runCmdOutput(['--__unhandled__']) self.assertEqual(cmd.returncode, os.EX_USAGE)