12rambau / pytest-copie

The pytest plugin for your copier templates 📒
https://pytest-copie.readthedocs.io/en/latest/
MIT License
14 stars 2 forks source link

Support for `copier.yaml` files that include other files #84

Closed davidbrownell closed 1 month ago

davidbrownell commented 1 month ago

copier configuration files can include other files (more info here).

This change adds support for those files by using yaml.safe_load_all to load the yaml content rather than yaml.safe_load. It also includes functionality to support !include.

davidbrownell commented 1 month ago

I added tests, but I'm not sure I matched the existing conventions well. Let me know if you have specific changes that you would like to see made.