An open API service indexing awesome lists of open source software.

https://github.com/davidemoro/cookiecutter-play-plugin

a pytest-play scaffolding tool that let you generate new commands
https://github.com/davidemoro/cookiecutter-play-plugin

cookiecutter pytest python testing

Last synced: 9 months ago
JSON representation

a pytest-play scaffolding tool that let you generate new commands

Awesome Lists containing this project

README

          

======================
Cookiecutter PyPackage
======================

.. image:: https://travis-ci.org/davidemoro/cookiecutter-play-plugin.svg?branch=master
:target: https://travis-ci.org/davidemoro/cookiecutter-play-plugin

Cookiecutter_ template for pytest-play_ plugins.

* GitHub repo: https://github.com/davidemoro/cookiecutter-play-plugin/
* Documentation: https://cookiecutter-play-plugin.readthedocs.io/

Quickstart
----------

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.

Credits
-------

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.

.. _pytest-play: https://github.com/davidemoro/pytest-play
.. _Cookiecutter: https://github.com/audrey/cookiecutter
.. _cookiecutter-pypackage: https://github.com/audrey/cookiecutter-pypackage