12rambau / pytest-copie

The pytest plugin for your copier templates 📒
https://pytest-copie.readthedocs.io/en/latest/
MIT License
15 stars 5 forks source link

Add copie_session fixture #88

Open sjvrijn opened 1 month ago

sjvrijn commented 1 month ago

Is your feature request related to a problem? Please describe. As part of switching our current test suite from pytest-cookies to pytest-copie, we were held up by the lack of a copie equivalent for the cookies_session fixture. This meant we got a lot of ScopeMismatch errors.

Describe the solution you'd like A copie_session fixture that is session-scoped.