We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a7158 commit 9f3100dCopy full SHA for 9f3100d
1 file changed
Lib/test/test_platform.py
@@ -759,6 +759,7 @@ def invoke_platform(self, *flags):
759
platform._main(args=flags)
760
return output.getvalue()
761
762
+ @support.force_not_colorized
763
def test_unknown_flag(self):
764
with self.assertRaises(SystemExit):
765
# suppress argparse error message
0 commit comments