Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_login
Method · 0.80
Tested by
no test coverage detected