(self)
| 190 | # Yes, the next 3 tests are identical in form, but technically they |
| 191 | # test different behaviors. HERPIN' AN' DERPIN' |
| 192 | def task_driven_no_helpstr(self): |
| 193 | result = self.tasked.help_for("--myarg") |
| 194 | assert result == ("-m STRING, --myarg=STRING", "") |
| 195 | |
| 196 | def short_form_before_long_form(self): |
| 197 | result = self.tasked.help_for("--myarg") |