aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el
diff options
context:
space:
mode:
authorLin Sun2024-04-25 06:54:27 +0000
committerEli Zaretskii2024-05-02 12:04:52 +0300
commit0e0fe20040413d682f8078a2ddfb8f502cb89fb8 (patch)
tree4d578639cc6f95cd94b283d3aae7a97bc82d7cfe /test/lisp/progmodes/python-tests.el
parentb98a6af8ca086ddbf891e54e50d0cb3f578f42b5 (diff)
downloademacs-0e0fe20040413d682f8078a2ddfb8f502cb89fb8.tar.gz
emacs-0e0fe20040413d682f8078a2ddfb8f502cb89fb8.zip
; 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)
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
-rw-r--r--test/lisp/progmodes/python-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el
index 878f60f1614..e3b1642a975 100644
--- a/test/lisp/progmodes/python-tests.el
+++ b/test/lisp/progmodes/python-tests.el
@@ -4896,7 +4896,8 @@ def foo():
4896 4896
4897(ert-deftest python-shell-completion-at-point-ipython () 4897(ert-deftest python-shell-completion-at-point-ipython ()
4898 "Check if Python shell completion works for IPython." 4898 "Check if Python shell completion works for IPython."
4899 (let ((python-shell-interpreter "ipython") 4899 (let ((python-tests-shell-interpreter "ipython")
4900 (python-shell-interpreter "ipython")
4900 (python-shell-interpreter-args "-i --simple-prompt")) 4901 (python-shell-interpreter-args "-i --simple-prompt"))
4901 (skip-unless 4902 (skip-unless
4902 (and 4903 (and