MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / test_empty

Method test_empty

tests/queryset/test_field_list.py:10–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8
9class TestQueryFieldList:
10 def test_empty(self):
11 q = QueryFieldList()
12 assert not q
13
14 q = QueryFieldList(always_include=["_cls"])
15 assert not q
16
17 def test_include_include(self):
18 q = QueryFieldList()

Callers

nothing calls this directly

Calls 1

QueryFieldListClass · 0.90

Tested by

no test coverage detected