Open tomasohara opened 6 months ago
Also cut-n-paste fix typo:
main_app = Main(description=__doc__.format(script=gh.basename(__file__)),
## TODO: boolean_options=[(TODO_BOOL_OPT1, "TODO desc1")]
## TODO: boolean_options=[(TODO_TEXT_OPT1, "TODO desc1")]
## ^^^^^^^ => text
It might be good to add a check somewhere for likely cut-n-paste errors.
The testing template for the example tests has some garbled text:
Any template should be runnable for the sake of keeping it clean with respect to pylint.