mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Don't skip test semantic-utest-Python
* test/lisp/cedet/semantic-utest.el (semantic-utest-Python): Ensure test is not skipped.
This commit is contained in:
parent
771a6b6816
commit
428d476bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ INSERTME is the text to be inserted after the deletion."
|
|||
)))
|
||||
|
||||
(ert-deftest semantic-utest-Python()
|
||||
(skip-unless (featurep 'python-mode))
|
||||
(skip-unless (fboundp 'python-mode))
|
||||
(let ((python-indent-guess-indent-offset nil))
|
||||
(semantic-utest-generic "Python" (semantic-utest-fname "pytest.py") semantic-utest-Python-buffer-contents semantic-utest-Python-name-contents '("fun2") "#1" "#deleted line")
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in a new issue