mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
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>
This commit is contained in:
parent
cd8f5b7592
commit
19b7868eff
3 changed files with 48 additions and 0 deletions
3
tests/qemu-iotests/297.out
Normal file
3
tests/qemu-iotests/297.out
Normal file
|
@ -0,0 +1,3 @@
|
|||
QA output created by 297
|
||||
Success: no issues found in 1 source file
|
||||
*** done
|
Loading…
Add table
Add a link
Reference in a new issue