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
I can't get the coverage properly evaluated. Would you know how to fix this?
There are mainly two tests, one with the defaults and one with custom parameters.
Thank you,
tests/test_cookiecutter.py:
def test_defaults(cookies):
result = cookies.bake()
assert...
def test_customization(cookies):
result = cookies.bake(extra_context={...})
Hello,
I can't get the coverage properly evaluated. Would you know how to fix this?
There are mainly two tests, one with the defaults and one with custom parameters.
Thank you,
tests/test_cookiecutter.py:
pyproject.toml:
The text was updated successfully, but these errors were encountered: