Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Lib/test/test_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -5831,6 +5831,7 @@ def test_subparser_conflict(self):
# Help and Version option tests
# =============================

@force_not_colorized_test_class
class TestOptionalsHelpVersionActions(TestCase):
"""Test the help and version actions"""

Expand Down
Loading