| 308 | pass |
| 309 | |
| 310 | class MockConfig: |
| 311 | def getini(self, name): |
| 312 | return "" |
| 313 | |
| 314 | @property |
| 315 | def hook(self): |
| 316 | return self |
| 317 | |
| 318 | def pytest_make_parametrize_id(self, **kw): |
| 319 | pass |
| 320 | |
| 321 | metafunc = self.Metafunc(func, MockConfig()) |
| 322 | metafunc.parametrize("y", []) |
no outgoing calls