Add some typing to tests

This commit is contained in:
Ayaz Salikhov
2022-01-18 19:13:17 +03:00
parent ee77b7831e
commit 2a1316c9ac
24 changed files with 211 additions and 141 deletions

View File

@@ -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