mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
Add some typing to tests
This commit is contained in:
@@ -4,6 +4,8 @@ import logging
|
||||
|
||||
import pytest
|
||||
|
||||
from conftest import TrackedContainer
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@@ -16,7 +18,7 @@ LOGGER = logging.getLogger(__name__)
|
||||
"jupyter-matplotlib",
|
||||
],
|
||||
)
|
||||
def test_check_extension(container, extension):
|
||||
def test_check_extension(container: TrackedContainer, extension: str) -> None:
|
||||
"""Basic check of each extension
|
||||
|
||||
The list of extensions can be obtained through this command
|
||||
|
Reference in New Issue
Block a user