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 a1576a0 commit 7c95992Copy full SHA for 7c95992
Lib/test/test_pyrepl/test_fancycompleter.py
@@ -167,7 +167,7 @@ def test_complete_global_colored(self):
167
self.assertEqual(compl.global_matches('foobaz'), ['foobazzz'])
168
self.assertEqual(compl.global_matches('nothing'), [])
169
170
- def test_large_color_sort_prefix_is_stripped(self):
+ def test_colorized_match_is_stripped(self):
171
theme = get_theme()
172
match = _color_for_obj('spam', 1, theme)
173
self.assertEqual(stripcolor(match), 'spam')
0 commit comments