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

Class FakeConfig

testing/test_terminal.py:1406–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404 from _pytest.terminal import _REPORTCHARS_DEFAULT
1405
1406 class FakeConfig:
1407 class Option:
1408 reportchars = _REPORTCHARS_DEFAULT
1409 disable_warnings = False
1410
1411 option = Option()
1412
1413 config = cast(Config, FakeConfig())
1414

Callers 1

test_getreportoptFunction · 0.70

Calls 1

OptionClass · 0.70

Tested by 1

test_getreportoptFunction · 0.56