Ezequiel Lewin

Results 3 issues of Ezequiel Lewin

This PR provides a more exhaustive testing suite for the library. There are some missing function tests which I intend to provide later.

This solves case 3 mentioned in #86. Any Runtime exceptions should now fail gracefully

I have a two Quart apps being dispatched by hypercorn's DispatcherMiddleware: ` dispatcher_app = DispatcherMiddleware( { "/api": api_app.asgi_app, "/": app.asgi_app, } ) ` When I set up QuartSchema with documentation...