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

Function bake_examples

tests/conftest.py:63–69  ·  view source on GitHub ↗

Examples on.

(cookies)

Source from the content-addressed store, hash-verified

61
62@pytest.fixture
63def bake_examples(cookies):
64 """
65 Examples on.
66 """
67 result = cookies.bake(extra_context={"include_example_code": "y",
68 "author_name": "test"})
69 return _handle_cookiecutter_errors(result)
70
71
72@pytest.fixture

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected