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

Function bake_examples_compiled

tests/conftest.py:73–80  ·  view source on GitHub ↗

Examples on.

(cookies)

Source from the content-addressed store, hash-verified

71
72@pytest.fixture
73def bake_examples_compiled(cookies):
74 """
75 Examples on.
76 """
77 result = cookies.bake(extra_context={"include_example_code": "y",
78 "use_compiled_extensions": "y",
79 "author_name": "test"})
80 return _handle_cookiecutter_errors(result)
81
82
83@pytest.fixture

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected