mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-09 20:06:18 +00:00
Python: run mypy on the tests
This commit is contained in:
parent
c111098e49
commit
607d70b3fa
21 changed files with 169 additions and 69 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue