Improve wording in test_extensions.py

This commit is contained in:
Ayaz Salikhov
2023-11-05 00:34:24 +01:00
parent dc5ec3d08b
commit 7866050baf

View File

@@ -9,7 +9,7 @@ from tests.conftest import TrackedContainer
LOGGER = logging.getLogger(__name__)
@pytest.mark.skip(reason="Not yet compliant with JupyterLab 3")
@pytest.mark.skip(reason="Not yet compliant with JupyterLab 4")
@pytest.mark.parametrize(
"extension",
[
@@ -21,7 +21,7 @@ LOGGER = logging.getLogger(__name__)
def test_check_extension(container: TrackedContainer, extension: str) -> None:
"""Basic check of each extension
The list of extensions can be obtained through this command
The list of installed extensions can be obtained through this command:
$ jupyter labextension list