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
- Host: GitHub
- URL: https://github.com/davidemoro/cookiecutter-play-plugin
- Owner: davidemoro
- License: apache-2.0
- Created: 2018-01-03T15:07:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T23:41:56.000Z (over 7 years ago)
- Last Synced: 2025-01-22T08:46:14.114Z (over 1 year ago)
- Topics: cookiecutter, pytest, python, testing
- Language: Python
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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