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:
parent
b98a6af8ca
commit
0e0fe20040
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue