python3-pytest-pylint

pytest plugin to check source code with pylint - Python 3.x
  https://github.com/carsongee/pytest-pylint
  0
  no reviews



Run pylint with pytest and have configurable rule types (i.e. Convention, Warn, and Error) fail the build. You can also specify a pylintrc file.

Usage: py.test --pylint

This package contains the Python 3.x module.