Test copier templates
Project description
copier-template-tester
Parametrize copier templates to test for syntax errors, check the expected output, and to check against copier versions.
Note that ctt
only tests the copier copy
operation and doesn't check the update
behavior and any version-specific logic that your template may contain because of how quickly those tests become complex.
Usage
Configuration File
When creating a copier template repository, I recommend following the nested "subdirectory" approach so that the directory looks like this:
└── template_dir
│ └── {{ _copier_conf.answers_file }}.jinja
├── README.md
├── copier.yml
└── ctt.toml
Create a new ctt.toml
file in the top-level directory of your copier repository. Populate the file to look like the below example.
# Specify shared data across all 'output' destinations
# Note that the copier.yml defaults are used whenever the key is not set in this file
[defaults]
project_name = "placeholder"
copyright_year = 2022
# Parametrize each output with a relative path and optionally any values to override
[output.".ctt/defaults"]
[output.".ctt/no_all"]
package_name = "testing-no-all"
include_all = false
Pre-Commit Hook
First, add this section to your .pre-commit-config.yml
file:
repos:
- repo: https://github.com/KyleKing/copier-template-tester
rev: main
hooks:
- id: copier-template-tester
Install and update to the latest revision:
pre-commit autoupdate
The run with pre-commit
:
pre-commit run --all-files copier-template-tester
pipx
You can also try ctt
as a CLI tool by installing with pipx
:
pipx install copier-template-tester
cd ~/your/copier/project
ctt
More Examples
For more example code, see the scripts directory or the tests.
Project Status
See the Open Issues
and/or the CODE_TAG_SUMMARY. For release history, see the CHANGELOG.
Contributing
We welcome pull requests! For your pull request to be accepted smoothly, we suggest that you first open a GitHub issue to discuss your idea. For resources on getting started with the code base, see the below documentation:
Code of Conduct
We follow the Contributor Covenant Code of Conduct.
Open Source Status
We try to reasonably meet most aspects of the "OpenSSF scorecard" from Open Source Insights
Responsible Disclosure
If you have any security issue to report, please contact the project maintainers privately. You can reach us at dev.act.kyle@gmail.com.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for copier_template_tester-1.2.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5cdef7871e9a19624e3b6fc75508f8875e135679cb2133e6b29b88fc9f29652 |
|
MD5 | 14d82f66ec44032a970db2d0584ad811 |
|
BLAKE2b-256 | b997c01ae4e5c5f4a9c276365345e6771d6816f0b0236fcbcf8a6f96d9d4e8c2 |
Hashes for copier_template_tester-1.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42d3b890848d84d74f2ff8941bc22ae4798be26e906444af70e4617f3d5442a6 |
|
MD5 | f538c6bfc4ae698219907c5c205055ab |
|
BLAKE2b-256 | 25900b0ddf457f33acb7e107f19907c8bebbadc21b380cf4229e23eb07a75bd8 |