Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/django-rest-framework
/ setUp
Method
setUp
tests/test_routers.py:511–513 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
509
]
510
511
def
setUp(self):
512
RouterTestModel.objects.create(uuid=
'123'
, text=
'foo bar'
)
513
RouterTestModel.objects.create(uuid=
'a b'
, text=
'baz qux'
)
514
515
def
test_create(self):
516
new_note = {
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected