mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-05 08:17:50 +00:00
Fix ready signal and ignore Elixir tests using skipif
This commit is contained in:
@@ -12,8 +12,15 @@ from solidlsp import SolidLanguageServer
|
||||
from solidlsp.ls_config import Language
|
||||
from solidlsp.ls_utils import SymbolUtils
|
||||
|
||||
from . import NEXTLS_UNAVAILABLE, NEXTLS_UNAVAILABLE_REASON
|
||||
|
||||
# These marks will be applied to all tests in this module
|
||||
pytestmark = [
|
||||
pytest.mark.elixir,
|
||||
pytest.mark.skipif(NEXTLS_UNAVAILABLE, reason=f"Next LS not available: {NEXTLS_UNAVAILABLE_REASON}")
|
||||
]
|
||||
|
||||
|
||||
@pytest.mark.elixir
|
||||
class TestElixirBasic:
|
||||
"""Basic Elixir language server functionality tests."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user