cookiecutter-pytest-plugin
cookiecutter-pytest-plugin copied to clipboard
A Cookiecutter template for pytest plugins 💻
Howdy! Just passing by to leave this feature suggestion: optionally use [flit](https://flit.readthedocs.io/en/latest/) instead of the classic `setup.py` for package publishing. I plan to try out `flit` some time soon, and...
- Define hooks - Register them - Implement them This should be a choice in **cookiecutter.json**.
This doesn't seem to be read by pytest (tested with pytest 8.1.1) but it seemed odd that the plugin name generated was hard-coded to `django` instead of using the provided...
Currently the contributing documentation does not include how to run the tests associated with this cookiecutter. I propose: - Adding a description to the readme to help people contribute. -...
I just wanted to create a pytest-plugin. When using the `cookiecutter-pytest-plugin` I realized that some IHMO essentials are missing. Before you get a pull request, I'd like to discuss what...