diff options
Diffstat (limited to 'Lib/test/test_platform.py')
-rw-r--r-- | Lib/test/test_platform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_platform.py b/Lib/test/test_platform.py index b90edc05e04..818e807dd3a 100644 --- a/Lib/test/test_platform.py +++ b/Lib/test/test_platform.py @@ -794,6 +794,7 @@ class CommandLineTest(unittest.TestCase): self.invoke_platform(*flags) obj.assert_called_once_with(aliased, terse) + @support.force_not_colorized def test_help(self): output = io.StringIO() |