First, this is a very nice framework, I'm using it and love it!
Can you add the following to Jooby:
- Unit and integration testing support
- Unit and integration testing documentation
- Test routing support, example use case:
I want to test that a route (such as /hello) is pointing to a controller (such as HelloWorldController)
so I need to open a server send the request but with a mock controller