diff options
Diffstat (limited to 'test/automated/python-tests.el')
| -rw-r--r-- | test/automated/python-tests.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index a60da31e44c..81f4567091e 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el | |||
| @@ -3619,8 +3619,6 @@ def foo(a, b, c): | |||
| 3619 | (python-shell-extra-pythonpaths "/home/user/pylib/") | 3619 | (python-shell-extra-pythonpaths "/home/user/pylib/") |
| 3620 | (python-shell-completion-setup-code | 3620 | (python-shell-completion-setup-code |
| 3621 | . "from IPython.core.completerlib import module_completion") | 3621 | . "from IPython.core.completerlib import module_completion") |
| 3622 | (python-shell-completion-module-string-code | ||
| 3623 | . "';'.join(module_completion('''%s'''))\n") | ||
| 3624 | (python-shell-completion-string-code | 3622 | (python-shell-completion-string-code |
| 3625 | . "';'.join(get_ipython().Completer.all_completions('''%s'''))\n") | 3623 | . "';'.join(get_ipython().Completer.all_completions('''%s'''))\n") |
| 3626 | (python-shell-virtualenv-path | 3624 | (python-shell-virtualenv-path |