MCPcopy Create free account
hub / github.com/encode/django-rest-framework / setUp

Method setUp

tests/test_routers.py:699–700  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

697
698class TestDuplicateBasenameSimpleRouter(BasenameTestCase, TestCase):
699 def setUp(self):
700 self.router = SimpleRouter(trailing_slash=False)
701
702
703class TestDuplicateBasenameDefaultRouter(BasenameTestCase, TestCase):

Callers

nothing calls this directly

Calls 1

SimpleRouterClass · 0.90

Tested by

no test coverage detected