Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ setUp
Method
setUp
tests/test_routers.py:285–286 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
283
]
284
285
def
setUp(self):
286
RouterTestModel.objects.create(uuid=
'123'
, text=
'foo bar'
)
287
288
def
test_custom_lookup_url_kwarg_route(self):
289
detail_route = kwarged_notes_router.urls[-1]
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected