MCPcopy
hub / github.com/django/django / setUp

Method setUp

tests/sites_tests/tests.py:276–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

274 Site.objects.all().delete()
275
276 def setUp(self):
277 self.app_config = apps.get_app_config("sites")
278
279 def test_basic(self):
280 """

Callers

nothing calls this directly

Calls 1

get_app_configMethod · 0.80

Tested by

no test coverage detected