1860
1860
"""All registered request_handlers can be found."""
1861
1861
# If there's a typo in a register_lazy call, this loop will fail with
1866
1869
def assertHandlerEqual(self, verb, handler):
1867
1870
self.assertEqual(smart_req.request_handlers.get(verb), handler)