You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The copier library accepts as input configuration files copier.yml or copier.yaml. However, pytest-copie only recognises copier.yaml, because it is hard-coded on this line:
Describe the bug
The
copier
library accepts as input configuration filescopier.yml
orcopier.yaml
. However,pytest-copie
only recognisescopier.yaml
, because it is hard-coded on this line:pytest-copie/pytest_copie/plugin.py
Line 63 in bd114eb
I think if
copier
accepts this as input,pytest-copie
should do too.To Reproduce
Steps to reproduce the behavior:
pytest-copie
can run on.yaml
to.yml
, eg:mv copier.yaml copier.yml
pytest
and see the error caused by pytest-copieThe text was updated successfully, but these errors were encountered: