pytest plugin to run pycodestyle
Project description
pytest-codestyle
pytest plugin to run pycodestyle
Installation
pip install pytest-codestyle
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
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.
Source Distribution
File details
Details for the file pytest-codestyle-2.0.1.tar.gz
.
File metadata
- Download URL: pytest-codestyle-2.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2a088d1d2fe6d006fdcfe0075e1282eeb37c21edea985a26ceca3a6769b1537 |
|
MD5 | 8df328f7f091718a2ef3a5ace55ac23b |
|
BLAKE2b-256 | 814a2cfc856035c87b6b600fe86bfd430615c89737b5e43808453a47f5d22536 |