pytest plugin to run pydocstyle
Project description
pytest-pydocstyle
pytest plugin to run pydocstyle
Installation
pip install pytest-pydocstyle
Usage
pytest --pydocstyle ...
For detail, please see pytest -h
after installation.
Configuration
The behavior can be configured in the same style of pydocstyle.
(cf. Configuration — pytest documentation and Configuration Files — pydocstyle documentation)
For example,
[pydocstyle]
convention = numpy
add-ignore = D400,D403
[tool:pytest]
addopts = --pydocstyle
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_pydocstyle-2.4.0.tar.gz
.
File metadata
- Download URL: pytest_pydocstyle-2.4.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3770689778ad8d0de8cb51264f3d9b807c11d0ecc31f95e7025426eec126c4d2
|
|
MD5 |
a4fc5b9304b6b61a1185b42507fe8d5c
|
|
BLAKE2b-256 |
b3cd555a357a1da1c680b6417dec1aff2f5187f5559a06297b6cfab930745fc0
|