MCPcopy
hub / github.com/django/django / setUpTestData

Method setUpTestData

tests/admin_ordering/tests.py:44–51  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

42
43 @classmethod
44 def setUpTestData(cls):
45 Band.objects.bulk_create(
46 [
47 Band(name="Aerosmith", bio="", rank=3),
48 Band(name="Radiohead", bio="", rank=1),
49 Band(name="Van Halen", bio="", rank=2),
50 ]
51 )
52
53 def test_default_ordering(self):
54 """

Callers

nothing calls this directly

Calls 2

bulk_createMethod · 0.80
BandClass · 0.70

Tested by

no test coverage detected