Python: run mypy on the tests

This commit is contained in:
Simon Hausmann 2025-02-12 16:28:26 +01:00 committed by Simon Hausmann
parent c111098e49
commit 607d70b3fa
21 changed files with 169 additions and 69 deletions

View file

@ -8,12 +8,12 @@ import sys
import os
def test_magic_import():
def test_magic_import() -> None:
instance = loader.test_load_file.App()
del instance
def test_magic_import_path():
def test_magic_import_path() -> None:
oldsyspath = sys.path
assert loader.printerdemo == None
try: