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

Method test_option_default

testing/test_assertrewrite.py:1494–1496  ·  view source on GitHub ↗
(self, pytester: Pytester)

Source from the content-addressed store, hash-verified

1492
1493class TestAssertionPass:
1494 def test_option_default(self, pytester: Pytester) -> None:
1495 config = pytester.parseconfig()
1496 assert config.getini("enable_assertion_pass_hook") is False
1497
1498 @pytest.fixture
1499 def flag_on(self, pytester: Pytester):

Callers

nothing calls this directly

Calls 2

parseconfigMethod · 0.45
getiniMethod · 0.45

Tested by

no test coverage detected