MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_iter_rewritable_modules

Method test_iter_rewritable_modules

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

Source from the content-addressed store, hash-verified

830 ],
831 )
832 def test_iter_rewritable_modules(self, names, expected) -> None:
833 assert list(_iter_rewritable_modules(names)) == expected
834
835
836class TestConfigFromdictargs:

Callers

nothing calls this directly

Calls 1

_iter_rewritable_modulesFunction · 0.90

Tested by

no test coverage detected