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

The pytest plugin for your Cookiecutter templates. 🍪

Results 11 pytest-cookies issues
Sort by recently updated
recently updated
newest added

Dumps config as JSON (using built-in parser) since this can be read as YAML and it avoids adding any dependencies. **Update**: Actually can depend on cookiecutter 2.1.0 and use PyYAML...

Hi @phillipahereza & @AGMETEOR! 👋 Thanks so much for your interest in helping out with maintaining **pytest-cookies**. Have you folks used pytest and cookiecutter before?

project

After `cookiecutter` has [moved](https://github.com/cookiecutter/cookiecutter/pull/1489) 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...

The YAML config is built by simple string formatting in https://github.com/hackebrot/pytest-cookies/blob/master/src/pytest_cookies/plugin.py But since on Windows, filepaths use backslashes, this makes an invalid YAML file with wrong escape sequences : ```...

The documentation is outdated on RTD. The docs [were built the last time](https://readthedocs.org/projects/pytest-cookies/) 3.5 years ago. While reactivating the build make sure you [switch the runtime](https://readthedocs.org/dashboard/pytest-cookies/advanced/) from Python 2 to...

While fixing the depreciation warnings in my project I could not silence one where I was printing the Result object. Changing `__repr__` to `''.format(result.project_path.name)` is the only substantive change, the...

Added Phillip Ahereza to maintainers

project

- Add simple documentation showing how to automatically run tests inside the baked package

fixes #66 Adds docstring and documentation