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 8d37d53 commit e357efcCopy full SHA for e357efc
Lib/test/test_repl.py
@@ -13,7 +13,6 @@
13
cpython_only,
14
has_subprocess_support,
15
os_helper,
16
- subTests,
17
SuppressCrashReport,
18
SHORT_TIMEOUT,
19
)
@@ -462,7 +461,8 @@ def test_quiet_mode(self):
462
461
self.assertEqual(p.returncode, 0)
463
self.assertEqual(output[:3], ">>>")
464
465
- @subTests(
+ @support.force_not_colorized
+ @support.subTests(
466
("startup_code", "expected_error"),
467
[
468
("some invalid syntax\n", "SyntaxError: invalid syntax"),
0 commit comments