pytest plugin to run pydocstyle
Project description
pytest-docstyle
pytest plugin to run pydocstyle
Installation
pip install pytest-docstyle
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
pytest-docstyle-2.0.0.tar.gz
(4.0 kB
view hashes)