12rambau / pytest-copie

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

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

Closed davidbrownell closed 3 months ago

davidbrownell commented 3 months ago

copier configuration files can include other files ([more info here](https://copier.readthedocs.io/en/stable/configuring/#include-other-yaml-files)).

This change adds support for those files by using yaml.safe_load_all to load the yaml content rather than yaml.safe_load.

davidbrownell commented 3 months ago

Unfortunately, this change doesn't seem to work with all multi-doc yaml files as input. I'm trying to find a workaround.