◐ Shell
clean mode source ↗

Message 188818 - Python tracker

> TBH I would *love* for there to be a standardized way to extend the
> command line options!  If it existed I would help myself.  As it is,
> that's way to complicated.  (Then again, most customizations to the
> default test runner are too complicated IMO. :-)

+1. I found myself wanting to add a "-F" option à la regrtest, and I
ended up processing sys.argv manually :-/