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

Function cookiejar_examples

tests/conftest.py:29–33  ·  view source on GitHub ↗

Templates rendered with the examples

(request)

Source from the content-addressed store, hash-verified

27 "bake_examples",
28 "bake_examples_compiled_dev_version"])
29def cookiejar_examples(request):
30 """
31 Templates rendered with the examples
32 """
33 return request.getfixturevalue(request.param)
34
35
36@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected