| 251 | pass |
| 252 | |
| 253 | class MockConfig: |
| 254 | def getini(self, name): |
| 255 | return "" |
| 256 | |
| 257 | @property |
| 258 | def hook(self): |
| 259 | return self |
| 260 | |
| 261 | def pytest_make_parametrize_id(self, **kw): |
| 262 | pass |
| 263 | |
| 264 | metafunc = self.Metafunc(func, MockConfig()) |
| 265 | metafunc.parametrize("y", []) |
no outgoing calls