MCPcopy
hub / github.com/pytest-dev/pytest / tr

Function tr

testing/test_terminal.py:1882–1884  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1880
1881@pytest.fixture(scope="session")
1882def tr() -> TerminalReporter:
1883 config = _pytest.config._prepareconfig([])
1884 return TerminalReporter(config)
1885
1886
1887@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

TerminalReporterClass · 0.90

Tested by

no test coverage detected