Based on #35 , it would be great to have a `__repr__` for `RequestHandler` object. This would be used when comparing the list of oneshot handlers with another list or an empty list, as in such case pytest would show the diff.
Based on #35 , it would be great to have a
__repr__forRequestHandlerobject.This would be used when comparing the list of oneshot handlers with another list or an empty list, as in such case pytest would show the diff.