[issue23062] test_argparse --version test cases

Martin Panter report at bugs.python.org
Mon Mar 23 05:27:47 CET 2015


Martin Panter added the comment:

Serhiy, there is already a test for that:

class TestHelpVersionAction(HelpTestCase):
    """Test the default help for the version action"""

So I still think the test is redundant, unless it is made to exercise help=SUPPRESS, as Berker’s patch does.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23062>
_______________________________________


More information about the Python-bugs-list mailing list