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 0f92c18 commit 4b9a328Copy full SHA for 4b9a328
bpython/test/test_curtsies_painting.py
@@ -89,18 +89,18 @@ def test_run_line(self):
89
90
def test_completion(self):
91
self.repl.height, self.repl.width = (5, 32)
92
- self.repl.current_line = 'se'
+ self.repl.current_line = 'an'
93
self.cursor_offset = 2
94
if config.supports_box_chars():
95
- screen = ['>>> se',
+ screen = ['>>> an',
96
'┌───────────────────────┐',
97
- '│ set( setattr( │',
+ '│ and any( │',
98
'└───────────────────────┘',
99
'Welcome to bpython! Press <F1> f']
100
else:
101
102
'+-----------------------+',
103
- '| set( setattr( |',
+ '| and any( |',
104
105
106
self.assert_paint_ignoring_formatting(screen, (0, 4))
0 commit comments