MCPcopy Create free account
hub / github.com/OpenAstronomy/packaging-guide / bake_default

Function bake_default

tests/conftest.py:54–59  ·  view source on GitHub ↗

Render with the defaults.

(cookies)

Source from the content-addressed store, hash-verified

52
53@pytest.fixture
54def bake_default(cookies):
55 """
56 Render with the defaults.
57 """
58 result = cookies.bake()
59 return _handle_cookiecutter_errors(result)
60
61
62@pytest.fixture

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected