Hi there,

At EuroPython 2015 Andreas and I sprinted on a Cookiecutter [1] template that 
helps you to get started with writing Pytest plugins.

I am reaching out to you as I would love to get some feedback. I warmly welcome 
you to submit issues and PRs. Please let me know if you feel the need for a 
certain feature or encounter any problems with the template.

https://github.com/pytest-dev/cookiecutter-pytest-plugin

Up to this point it provides the following features:
- Installable PyPI package featuring a setup.py.
- Test suite running Tox and Pytest that makes sure your plugin is
  working as expected
- Working example code for a fixture, a cli option, as well as a pytest.ini 
option
- Comprehensive README.rst file that contains useful information
  about your plugin
- Optional documentation with either Sphinx or MkDocs
- Choose from several licenses, such as MIT, BSD-3, or GNU GPL v3.0

Thank you!
Raphael

[1]: https://github.com/audreyr/cookiecutter

A command-line utility that creates projects from cookiecutters (project 
templates). E.g. Python package projects, jQuery plugin projects.

_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to