[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 0e0fe200404: ; Fix python test case for testing completion with i
From: |
Eli Zaretskii |
Subject: |
master 0e0fe200404: ; Fix python test case for testing completion with ipython |
Date: |
Thu, 2 May 2024 05:06:22 -0400 (EDT) |
branch: master
commit 0e0fe20040413d682f8078a2ddfb8f502cb89fb8
Author: Lin Sun <sunlin7@hotmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>
; 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)
---
test/lisp/progmodes/python-tests.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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():
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 0e0fe200404: ; Fix python test case for testing completion with ipython,
Eli Zaretskii <=