summaryrefslogtreecommitdiffstats
path: root/tests/lsp_tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:17:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:17:40 +0000
commitf89c0b08e32aa85d4b1e97ae2ab867ad1c011074 (patch)
treeb9e6e1336128c3f31b757ec7eae9173ebae472cd /tests/lsp_tests
parentAdding upstream version 0.1.26. (diff)
downloaddebputy-f89c0b08e32aa85d4b1e97ae2ab867ad1c011074.tar.xz
debputy-f89c0b08e32aa85d4b1e97ae2ab867ad1c011074.zip
Adding upstream version 0.1.27.upstream/0.1.27
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/lsp_tests')
-rw-r--r--tests/lsp_tests/conftest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lsp_tests/conftest.py b/tests/lsp_tests/conftest.py
index 2aff4a2..ec12e9a 100644
--- a/tests/lsp_tests/conftest.py
+++ b/tests/lsp_tests/conftest.py
@@ -24,14 +24,13 @@ except ImportError:
HAS_PYGLS = False
-@pytest.fixture(scope="session")
+@pytest.fixture(scope="session", autouse=True)
def enable_logging() -> None:
setup_logging(log_only_to_stderr=True, reconfigure_logging=True)
@pytest.fixture()
def ls(
- enable_logging,
debputy_plugin_feature_set: PluginProvidedFeatureSet,
) -> "LanguageServer":
if not HAS_PYGLS: