From 19b7868eff865c01985a5d37f1c9c0c8691b0001 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Mon, 11 May 2020 18:35:29 +0200 Subject: iotests: Run pylint and mypy in a testcase We made sure that iotests.py passes pylint. It would be a shame if we allowed new patches in that break this again, so let's just add a meta-test case that runs pylint on it. While we don't pass mypy --strict yet, we can already run it with a few options that would be part of --strict to make sure that we won't regress on these aspects at least until we can enable the full thing. Signed-off-by: Kevin Wolf Message-Id: <20200511163529.349329-3-kwolf@redhat.com> Reviewed-by: Max Reitz Reviewed-by: John Snow Signed-off-by: Kevin Wolf --- tests/qemu-iotests/297.out | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/qemu-iotests/297.out (limited to 'tests/qemu-iotests/297.out') diff --git a/tests/qemu-iotests/297.out b/tests/qemu-iotests/297.out new file mode 100644 index 0000000000..6acc843649 --- /dev/null +++ b/tests/qemu-iotests/297.out @@ -0,0 +1,3 @@ +QA output created by 297 +Success: no issues found in 1 source file +*** done -- cgit v1.2.3-55-g7522