/pytest-copier

A Copier plugin for pytest to help testing Copier templates

Primary LanguagePythonMIT LicenseMIT

pytest-copier

CI pre-commit.ci status PyPI PyPI - License

A pytest plugin to help testing Copier templates

Getting started

Install pytest-copier:

# pip
pip install pytest-copier
# pipenv
pipenv install pytest-copier
# PDM
pdm add pytest-copier

Contributing

Read the dedicated contributing guidelines.