pkgsrc/devel/py-test-flake8/DESCR
adam 7f64b807d2 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.
2017-08-21 15:35:11 +00:00

4 lines
191 B
Text

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.