mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Improve wording in test_extensions.py
This commit is contained in:
@@ -9,7 +9,7 @@ from tests.conftest import TrackedContainer
|
|||||||
LOGGER = logging.getLogger(__name__)
|
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(
|
@pytest.mark.parametrize(
|
||||||
"extension",
|
"extension",
|
||||||
[
|
[
|
||||||
@@ -21,7 +21,7 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
def test_check_extension(container: TrackedContainer, extension: str) -> None:
|
def test_check_extension(container: TrackedContainer, extension: str) -> None:
|
||||||
"""Basic check of each extension
|
"""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
|
$ jupyter labextension list
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user