7f64b807d2
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.
4 lines
191 B
Text
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.
|