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 3b7538d commit 4dae82bCopy full SHA for 4dae82b
IPython/core/tests/fake_llm.py IPython/terminal/tests/fake_llm.pyIPython/core/tests/fake_llm.py renamed to IPython/terminal/tests/fake_llm.py
IPython/terminal/tests/test_shortcuts.py
@@ -55,7 +55,7 @@ async def test_llm_autosuggestion():
55
provider = NavigableAutoSuggestFromHistory()
56
ip = get_ipython()
57
ip.auto_suggest = provider
58
- ip.llm_provider_class = "tests.fake_llm.FibonacciCompletionProvider"
+ ip.llm_provider_class = "terminal.tests.fake_llm.FibonacciCompletionProvider"
59
text = "def fib"
60
event = make_event(text, len(text), "")
61
event.current_buffer.history.shell.history_manager.get_range = Mock(return_value=[])
0 commit comments