noirbizarre / pytest-copier

A Copier plugin for pytest to help testing Copier templates
MIT License
9 stars 1 forks source link

Display out and err of called command when it fails #7

Closed simgunz closed 9 months ago

simgunz commented 9 months ago

When calling run and project.run an exception is now thrown if the command fails. Standard error and standard output are printed to the terminal to help debugging while the command failed.

Use cases:

Screenshot_20231201_115551 Screenshot_20231201_115422