qt5base-lts/util/cmake/Makefile
Frederik Gladhorn cac594683d Add a makefile to conveniently run python tests
Change-Id: I9b1bbc9b21d9292eac60715116f02533563fa606
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-10-10 13:47:24 +00:00

15 lines
143 B
Makefile

test: flake8 mypy pytest
coverage:
pytest --cov .
flake8:
flake8 *.py --ignore=E501,E266,W503
pytest:
pytest
mypy:
mypy --pretty *.py