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

Function test_basic

testing/test_mark_expression.py:48–50  ·  view source on GitHub ↗
(expr: str, expected: bool)

Source from the content-addressed store, hash-verified

46 ),
47)
48def test_basic(expr: str, expected: bool) -> None:
49 matcher = {"true": True, "false": False}.__getitem__
50 assert evaluate(expr, matcher) is expected
51
52
53@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected