DuguidLab / visiomode

A rodent touchscreen-based visuomotor behaviour platform
https://www.visiomode.org
MIT License
3 stars 0 forks source link

Add test(s?) for app launch #215

Closed olivierdelree closed 3 months ago

olivierdelree commented 6 months ago

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.