MCPcopy
hub / github.com/django/django / test_get_field_names_from_opts

Method test_get_field_names_from_opts

tests/queries/test_query.py:209–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 query.names_to_path(["nonexistent"], opts=None)
208
209 def test_get_field_names_from_opts(self):
210 self.assertEqual(get_field_names_from_opts(None), set())
211
212
213class JoinPromoterTest(SimpleTestCase):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected