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 c115c09 commit 5c31942Copy full SHA for 5c31942
Lib/test/test__colorize.py
@@ -40,7 +40,6 @@ def test_copy_with(self):
40
unittest_no_colors = _colorize.Unittest.no_colors()
41
copy = theme.copy_with(unittest=unittest_no_colors)
42
self.assertEqual(copy.argparse, theme.argparse)
43
- self.assertEqual(copy.difflib, theme.difflib)
44
self.assertEqual(copy.syntax, theme.syntax)
45
self.assertEqual(copy.traceback, theme.traceback)
46
self.assertEqual(copy.unittest, unittest_no_colors)
0 commit comments