(self)
| 157 | self.router.add_route(&class="cm">#x27;postclass="st">', '/post/{id{}}', handler) |
| 158 | |
| 159 | def test_add_url_invalid3(self): |
| 160 | handler = self.make_handler() |
| 161 | with self.assertRaises(ValueError): |
| 162 | self.router.add_route(&class="cm">#x27;postclass="st">', '/post/{id{}', handler) |
| 163 | |
| 164 | def test_add_url_invalid4(self): |
| 165 | handler = self.make_handler() |
nothing calls this directly
no test coverage detected