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:
Stefan Kangas 2020-04-28 14:12:25 +02:00
parent 771a6b6816
commit 428d476bbe

View file

@ -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")
))