mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Add some typing to tests
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
|
||||
import logging
|
||||
|
||||
from conftest import TrackedContainer
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def test_inkscape(container):
|
||||
def test_inkscape(container: TrackedContainer) -> None:
|
||||
"""Inkscape shall be installed to be able to convert SVG files."""
|
||||
LOGGER.info("Test that inkscape is working by printing its version ...")
|
||||
c = container.run(
|
||||
|
Reference in New Issue
Block a user