mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
gh-119205: Fix autocompletion bug in new repl (#119229)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
a3e4fec873
commit
506b1a3ff6
3 changed files with 28 additions and 8 deletions
|
@ -7,7 +7,7 @@ from _pyrepl.unix_eventqueue import EventQueue
|
|||
|
||||
|
||||
@patch("_pyrepl.curses.tigetstr", lambda x: b"")
|
||||
class TestUnivEventQueue(unittest.TestCase):
|
||||
class TestUnixEventQueue(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.file = tempfile.TemporaryFile()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue