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

display build errors in the pytest report #72

Open 12rambau opened 6 months ago

12rambau commented 6 months ago

currently, when somthing goes wrong while building the template, the errors are saved in the result.exception variable which makes it dificult to understand what is going wrong with the template code. I think I should raise errors to let pytest display them in the final report by default.