MCPcopy
hub / github.com/django/django / test_repr

Method test_repr

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

Source from the content-addressed store, hash-verified

212
213class JoinPromoterTest(SimpleTestCase):
214 def test_repr(self):
215 self.assertEqual(
216 repr(JoinPromoter(AND, 3, True)),
217 "JoinPromoter(connector='AND', num_children=3, negated=True)",
218 )

Callers

nothing calls this directly

Calls 1

JoinPromoterClass · 0.90

Tested by

no test coverage detected