Examples on.
(cookies)
| 82 | |
| 83 | @pytest.fixture |
| 84 | def 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) |
nothing calls this directly
no test coverage detected