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

Function tr

testing/test_terminal.py:1698–1700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1696
1697@pytest.fixture(scope="session")
1698def tr() -> TerminalReporter:
1699 config = _pytest.config._prepareconfig()
1700 return TerminalReporter(config)
1701
1702
1703@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

TerminalReporterClass · 0.90

Tested by

no test coverage detected