Templates rendered with the examples
(request)
| 27 | "bake_examples", |
| 28 | "bake_examples_compiled_dev_version"]) |
| 29 | def cookiejar_examples(request): |
| 30 | """ |
| 31 | Templates rendered with the examples |
| 32 | """ |
| 33 | return request.getfixturevalue(request.param) |
| 34 | |
| 35 | |
| 36 | @pytest.fixture |
nothing calls this directly
no outgoing calls
no test coverage detected