This PR implements the placeholder test for app launch. It justs starts the app and quits it as soon as the main loop is started.
I can't really think of any other tests that would be related to app startup but I'm happy to get suggestions.
If we want to have tests regarding the webpanel starting, it'd be nice to either have a separation between regular app startup and webpanel startup or a means of shutting down the webpanel (e.g., /shutdown route) so that each test gets its own webpanel instance.
Closes #72.
This PR implements the placeholder test for app launch. It justs starts the app and quits it as soon as the main loop is started. I can't really think of any other tests that would be related to app startup but I'm happy to get suggestions.
If we want to have tests regarding the webpanel starting, it'd be nice to either have a separation between regular app startup and webpanel startup or a means of shutting down the webpanel (e.g.,
/shutdown
route) so that each test gets its own webpanel instance.