painless-software / python-cli-test-helpers

Useful helpers for writing tests for your Python CLI program.
https://python-cli-test-helpers.readthedocs.io
GNU General Public License v3.0
28 stars 4 forks source link

Allow to generate examples directly off GitHub #37

Closed bittner closed 1 year ago

bittner commented 1 year ago

We need a root-level copier.yml configuration file and a Git tag (or the --vcs-ref option) to make generating directly off GitHub work as expected.

Related