(self)
| 697 | |
| 698 | class TestDuplicateBasenameSimpleRouter(BasenameTestCase, TestCase): |
| 699 | def setUp(self): |
| 700 | self.router = SimpleRouter(trailing_slash=False) |
| 701 | |
| 702 | |
| 703 | class TestDuplicateBasenameDefaultRouter(BasenameTestCase, TestCase): |
nothing calls this directly
no test coverage detected