diff options
| author | Lin Sun | 2024-04-25 06:54:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2024-05-02 12:04:52 +0300 |
| commit | 0e0fe20040413d682f8078a2ddfb8f502cb89fb8 (patch) | |
| tree | 4d578639cc6f95cd94b283d3aae7a97bc82d7cfe /test/lisp/progmodes/python-tests.el | |
| parent | b98a6af8ca086ddbf891e54e50d0cb3f578f42b5 (diff) | |
| download | emacs-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.el | 3 |
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 |