diff options
Diffstat (limited to 'python/tests/linters.py')
| -rw-r--r-- | python/tests/linters.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/tests/linters.py b/python/tests/linters.py index 4ce4e8a980..82b88aebb2 100644 --- a/python/tests/linters.py +++ b/python/tests/linters.py @@ -65,6 +65,9 @@ class TestLinters: ] ) + def test_mypy_minikconf(self): + check_call([sys.executable, "-m", "mypy", "../scripts/minikconf.py"]) + def test_mypy_pkg(self): check_call([sys.executable, "-m", "mypy", "-p", "qemu"]) |
