MCPcopy
hub / github.com/django/django / assertNoAnnotations

Method assertNoAnnotations

tests/raw_query/tests.py:111–115  ·  view source on GitHub ↗

The results of a raw query contain no annotations

(self, results)

Source from the content-addressed store, hash-verified

109 )
110
111 def assertNoAnnotations(self, results):
112 """
113 The results of a raw query contain no annotations
114 """
115 self.assertAnnotations(results, ())
116
117 def assertAnnotations(self, results, expected_annotations):
118 """

Callers 2

test_paramsMethod · 0.95
test_pyformat_paramsMethod · 0.95

Calls 1

assertAnnotationsMethod · 0.95

Tested by

no test coverage detected