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

Function test_empty_is_false

testing/test_mark_expression.py:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_empty_is_false() -> None:
13 assert not evaluate("", lambda ident: False)
14 assert not evaluate("", lambda ident: True)
15 assert not evaluate(" ", lambda ident: False)
16 assert not evaluate("\t", lambda ident: False)
17
18
19@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected