Cookiecutter template for pytest-play plugins.
- GitHub repo: https://github.com/davidemoro/cookiecutter-play-plugin/
- Documentation: https://cookiecutter-play-plugin.readthedocs.io/
Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):
pip install -U cookiecutter
Generate a pytest-play plugin:
cookiecutter https://github.com/davidemoro/cookiecutter-play-plugin.git
and then extend pytest-play with your own custom commands.
This package is a fork of cookiecutter-pypackage. It adds what you need to register a new pytest-play command provider and removes not needed features provided in the original package.