pytest plugin to add source code sanity checks (pep8 and friends)
Project description
py.test plugin for checking PEP8 source code compliance using pyflakes.
Usage
after installation (e.g. via pip install pytest-codecheckers) you can type:
py.test [path/to/mypkg]
which will automatically perform source code sanity checks. If you have further questions please send them to the pytest-dev mailing list.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.