1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

; Fix python test case for testing completion with ipython

* test/lisp/progmodes/python-tests.el
(python-shell-completion-at-point-ipython): Fix value of
'python-test-shell-interpreter'.  (Bug#70578)
This commit is contained in:
Lin Sun 2024-04-25 06:54:27 +00:00 committed by Eli Zaretskii
parent b98a6af8ca
commit 0e0fe20040

View file

@ -4896,7 +4896,8 @@ def foo():
(ert-deftest python-shell-completion-at-point-ipython ()
"Check if Python shell completion works for IPython."
(let ((python-shell-interpreter "ipython")
(let ((python-tests-shell-interpreter "ipython")
(python-shell-interpreter "ipython")
(python-shell-interpreter-args "-i --simple-prompt"))
(skip-unless
(and