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

Method setUp

tests/admin_views/tests.py:292–293  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

290 }
291
292 def setUp(self):
293 self.client.force_login(self.superuser)
294
295 def assertContentBefore(self, response, text1, text2, failing_msg=None):
296 """

Callers

nothing calls this directly

Calls 1

force_loginMethod · 0.80

Tested by

no test coverage detected