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

@@ -2,10 +2,12 @@
# Distributed under the terms of the Modified BSD License.
import logging
from conftest import TrackedContainer
LOGGER = logging.getLogger(__name__)
def test_julia(container):
def test_julia(container: TrackedContainer) -> None:
"""Basic julia test"""
LOGGER.info("Test that julia is correctly installed ...")
running_container = container.run(