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

Route test_iter_rewritable_modules

testing/test_config.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
        "names, expected",
        [
            # dist-info based distributions root are files as will be put in PYTHONPATH
            (["bar.py"], ["bar"]),
            (["

Source from the content-addressed store, hash-verified

1import os
2import re
3import sys
4import textwrap

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected