MCPcopy
hub / github.com/msiemens/tinydb / test_ge

Function test_ge

tests/test_queries.py:101–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100
101def test_ge():
102 query = Query().value >= 1
103 assert query({'value': 2})
104 assert query({'value': 1})
105 assert not query({'value': 0})
106 assert hash(query)
107
108
109def test_or():

Callers

nothing calls this directly

Calls 1

QueryClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…