pytest-enabler 1.0.0


pip install pytest-enabler==1.0.0

Project Links

Meta
Author: Jason R. Coombs
Requires Python: >=3.6

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3
  • Python :: 3 :: Only

Framework
  • Pytest
https://img.shields.io/pypi/v/pytest-enabler.svg https://img.shields.io/pypi/pyversions/pytest-enabler.svg tests Code style: Black

The ‘enabler’ plugin allows configuration of plugins if present, but omits the settings if the plugin is not present. For example, to configure black to be enabled if the plugin is present, but not when it is not, add the following to your pyproject.toml:

[pytest.enabler.black]
addopts = "--black"

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
toml
jaraco.functools
jaraco.context
more-itertools