csernazs / pytest-httpserver

Http server for pytest to test http clients
MIT License
214 stars 28 forks source link

Add __repr__ to RequestHandler #273

Closed csernazs closed 7 months ago

csernazs commented 7 months ago

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.