kemalcr / kemal

Fast, Effective, Simple Web Framework
https://kemalcr.com
MIT License
3.61k stars 188 forks source link

clarify startup message in test mode #687

Closed a-alhusaini closed 2 months ago

a-alhusaini commented 2 months ago

Before this PR. When I started kemal in test mode. It would say that the app is ready and listening at xyz address. However. Kemal's server does not start when in test mode so that statement is incorrect - See last line in Kemal.run

a-alhusaini commented 2 months ago

The specs that broke here are rather brittle. We should rewrite them in a better way.