summaryrefslogtreecommitdiff
path: root/devel/py-test-flake8/DESCR
blob: 6acce18766384a4c71890269ad402370f8e70289 (plain)
1
2
3
4
pytest plugin to check FLAKE8 requirements.
After installing it, when you run tests with the option:
    py.test --flake8
every file ending in .py will be discovered and checked with flake8.