File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6049,6 +6049,7 @@ def test_argument_error(self):
60496049
60506050class TestArgumentTypeError (TestCase ):
60516051
6052+ @force_not_colorized
60526053 def test_argument_type_error (self ):
60536054
60546055 def spam (string ):
@@ -7013,6 +7014,7 @@ def test_os_error(self):
70137014 self .parser .parse_args , ['@no-such-file' ])
70147015
70157016
7017+ @force_not_colorized_test_class
70167018class TestProgName (TestCase ):
70177019 source = textwrap .dedent ('''\
70187020 import argparse
Original file line number Diff line number Diff line change @@ -2792,6 +2792,7 @@ def test_cli_verbose(self):
27922792 out = self .expect_success ("-v" , fn )
27932793 self .assertEqual (out .strip (), fn )
27942794
2795+ @support .force_not_colorized
27952796 def test_cli_help (self ):
27962797 out = self .expect_success ("-h" )
27972798 self .assertIn ("usage: clinic.py" , out )
You can’t perform that action at this time.
0 commit comments