MCPcopy Create free account
hub / github.com/OpenPipe/ART / pytest_generate_tests

Method pytest_generate_tests

tests/integration.py:171–173  ·  view source on GitHub ↗
(self, metafunc)

Source from the content-addressed store, hash-verified

169 self.notebook_configs = notebook_configs
170
171 def pytest_generate_tests(self, metafunc) -> None:
172 if "notebook_config" in metafunc.fixturenames:
173 metafunc.parametrize("notebook_config", self.notebook_configs)
174
175
176def test_notebook_execution(notebook_config: dict) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected