(self)
| 216 | assert m == myarg |
| 217 | |
| 218 | def optional_values_use_brackets(self): |
| 219 | result = self.tasked.help_for("--optval") |
| 220 | assert result == ("-p [STRING], --optval[=STRING]", "") |
| 221 | |
| 222 | def underscored_args(self): |
| 223 | c = Context(args=(Argument("i_have_underscores", help="yup"),)) |