diff options
author | Kevin Wolf | 2020-05-11 18:35:29 +0200 |
---|---|---|
committer | Kevin Wolf | 2020-05-18 19:05:25 +0200 |
commit | 19b7868eff865c01985a5d37f1c9c0c8691b0001 (patch) | |
tree | 7b42805b57f83fbaf4e750257949261683e29782 /tests/qemu-iotests/297.out | |
parent | iotests: Fix incomplete type declarations (diff) | |
download | qemu-19b7868eff865c01985a5d37f1c9c0c8691b0001.tar.gz qemu-19b7868eff865c01985a5d37f1c9c0c8691b0001.tar.xz qemu-19b7868eff865c01985a5d37f1c9c0c8691b0001.zip |
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 <kwolf@redhat.com>
Message-Id: <20200511163529.349329-3-kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/297.out')
-rw-r--r-- | tests/qemu-iotests/297.out | 3 |
1 files changed, 3 insertions, 0 deletions
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 |