diff options
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 |