tests | |
---|---|
package |
Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects. Works best with cookiecutter-pylibrary.
- Free software: BSD 2-Clause License
pip install cookiepatcher
You can also install the in-development version with:
pip install https://github.com/ionelmc/python-cookiepatcher/archive/master.zip
To use the project:
import cookiepatcher
cookiepatcher.-()
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |