cookiecutter-pytest-plugin icon indicating copy to clipboard operation
cookiecutter-pytest-plugin copied to clipboard

A Cookiecutter template for pytest plugins 💻

Results 16 cookiecutter-pytest-plugin issues
Sort by recently updated
recently updated
newest added

See https://github.com/hackebrot/labels

enhancement
help wanted

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...

enhancement

- Define hooks - Register them - Implement them This should be a choice in **cookiecutter.json**.

enhancement
help wanted

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...