pytest-cookies icon indicating copy to clipboard operation
pytest-cookies copied to clipboard

fix: Replace `"` with `'` in user config template

Open andriihomiak opened this issue 2 years ago • 1 comments

After cookiecutter has moved from poyo to pyyaml, tests on windows broke due to pyyaml handling " as a start of escaped unicode string. Present PR addresses this issue by replacing the " with ', which do not imply escaping.

andriihomiak avatar Jun 14 '22 10:06 andriihomiak

Related to #62 and #63

jamesmyatt avatar Jul 04 '22 21:07 jamesmyatt

Hi @andriihomiak! 👋🏻

Thank you for this pull request. I merged #63 which dropped the string constant in favor of dumping with pyyaml.

Your contribution is appreciated! Have a good day! 🍪

hackebrot avatar Mar 22 '23 09:03 hackebrot