aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/297
AgeCommit message (Expand)AuthorFilesLines
2021-11-01iotests: split linters.py out from 297John Snow1-61/+11
2021-11-01iotests/297: split test into sub-casesJohn Snow1-23/+38
2021-11-01iotests/297: update tool availability checksJohn Snow1-4/+5
2021-11-01iotests/297: Change run_linter() to raise an exception on failureJohn Snow1-10/+14
2021-11-01iotests/297: refactor run_[mypy|pylint] as generic execution shimJohn Snow1-22/+24
2021-11-01iotests/297: Split run_linters apart into run_pylint and run_mypyJohn Snow1-14/+24
2021-11-01iotests/297: Don't rely on distro-specific linter binariesJohn Snow1-2/+2
2021-11-01iotests/297: Create main() functionJohn Snow1-4/+8
2021-11-01iotests/297: Add get_files() functionJohn Snow1-2/+7
2021-11-01iotests/297: Split mypy configuration out into mypy.iniJohn Snow1-13/+1
2021-11-01iotests/297: Move pylint config into pylintrcJohn Snow1-3/+1
2021-10-06iotests/linters: check mypy files all at onceJohn Snow1-25/+21
2021-10-06iotests: add 'qemu' package location to PYTHONPATH in testenvJohn Snow1-6/+0
2021-09-15iotests/297: Cover tests/Hanna Reitz1-2/+3
2021-09-15iotests/297: Drop 169 and 199 from the skip listHanna Reitz1-1/+1
2021-09-15iotests: Fix unspecified-encoding pylint warningsHanna Reitz1-1/+1
2021-09-01iotests/222: fix pylint and mypy complainsVladimir Sementsov-Ogievskiy1-1/+1
2021-06-01iotests/297: add --namespace-packages to mypy argumentsJohn Snow1-0/+1
2021-01-26iotests/300: Clean up pylint and mypy complaintsMax Reitz1-1/+1
2021-01-26iotests/129: Clean up pylint and mypy complaintsMax Reitz1-1/+1
2021-01-26iotests/297: Rewrite in Python and extend reachMax Reitz1-22/+90
2021-01-20iotests: define group in each iotestVladimir Sementsov-Ogievskiy1-0/+1
2020-05-18iotests: Run pylint and mypy in a testcaseKevin Wolf1-0/+44