MCPcopy Index your code
hub / github.com/pytest-dev/pytest / test_iter_rewritable_modules

Method test_iter_rewritable_modules

testing/test_config.py:1362–1363  ·  view source on GitHub ↗
(self, names, expected)

Source from the content-addressed store, hash-verified

1360 ],
1361 )
1362 def test_iter_rewritable_modules(self, names, expected) -> None:
1363 assert list(_iter_rewritable_modules(names)) == expected
1364
1365 def test_add_cleanup(self, pytester: Pytester) -> None:
1366 config = Config.fromdictargs({}, [])

Callers

nothing calls this directly

Calls 1

_iter_rewritable_modulesFunction · 0.90

Tested by

no test coverage detected