Oven logo

Oven

Published

pytest plugin to run pycodestyle

pip install pytest-pycodestyle

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

~=3.7

Dependencies

    pytest-pycodestyle

    PyPI version

    pytest plugin to run pycodestyle

    Installation

    pip install pytest-pycodestyle
    

    Usage

    pytest --pycodestyle ...
    

    For detail, please see pytest -h after installation.

    Configuration

    The behavior can be configured in the same style of pycodestyle.
    (cf. Configuration — pytest documentation and Configuration — pycodestyle documentation)

    For example,

    [pycodestyle]
    max-line-length = 127
    
    [tool:pytest]
    addopts = --pycodestyle
    

    Licence

    The MIT License
    Copyright (c) 2019 OMOTO Tsukasa

    Acknowledgments