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

Function bake_examples_compiled_dev_version

tests/conftest.py:84–92  ·  view source on GitHub ↗

Examples on.

(cookies)

Source from the content-addressed store, hash-verified

82
83@pytest.fixture
84def bake_examples_compiled_dev_version(cookies):
85 """
86 Examples on.
87 """
88 result = cookies.bake(extra_context={"include_example_code": "y",
89 "use_compiled_extensions": "y",
90 "enable_dynamic_dev_versions": "y",
91 "author_name": "test"})
92 return _handle_cookiecutter_errors(result)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected