File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 15
15
from bpython import config , inspection
16
16
from bpython .curtsiesfrontend .repl import BaseRepl
17
17
from bpython .curtsiesfrontend import replpainter
18
- from bpython .repl import History
19
18
from bpython .curtsiesfrontend .repl import INCONSISTENT_HISTORY_MSG , \
20
19
CONTIGUITY_BROKEN_MSG
21
20
from bpython .test import FixLanguageTestCase as TestCase , TEST_CONFIG
@@ -48,8 +47,6 @@ class TestRepl(BaseRepl):
48
47
def _request_refresh (inner_self ):
49
48
pass
50
49
self .repl = TestRepl (config = setup_config ())
51
- # clear history
52
- self .repl .rl_history = History ()
53
50
self .repl .height , self .repl .width = (5 , 10 )
54
51
55
52
@property
@@ -236,8 +233,6 @@ class TestRepl(BaseRepl):
236
233
def _request_refresh (inner_self ):
237
234
self .refresh ()
238
235
self .repl = TestRepl (banner = '' , config = setup_config ())
239
- # clear history
240
- self .repl .rl_history = History ()
241
236
self .repl .height , self .repl .width = (5 , 32 )
242
237
243
238
def send_key (self , key ):
You can’t perform that action at this time.
0 commit comments