Automated testing #33

Open
opened 2024-04-07 18:00:13 -04:00 by logan · 3 comments
Owner

When pushing new code there should be automated tests for core functions

When pushing new code there should be automated tests for core functions
logan added the
Kind
Testing
Priority
Medium
Node
Server
Status
In Progress
labels 2024-04-07 18:00:13 -04:00
logan added this to the Minimum Release milestone 2024-04-07 18:00:17 -04:00
Author
Owner

Initial automated tests have been made for the server and pdab handler, need to make a test for the socket client and then all core functions are being tested on push

Initial automated tests have been made for the server and pdab handler, need to make a test for the socket client and then all core functions are being tested on push
Author
Owner

for automated testing of the setup, I think we should setup a raspberry pi with a filesystem in memory (read/only) and use that from a github action.

This way we can test for real on a Pi, but each time it's tested, we can reset to a clean state to retest next time.

for automated testing of the setup, I think we should setup a raspberry pi with a filesystem in memory (read/only) and use that from a github action. This way we can test for real on a Pi, but each time it's tested, we can reset to a clean state to retest next time.
Author
Owner

Testing for server is done, client is a bit trickier. Working on just the socket client interaction with the server

Interaction with PDAB is trickier but could be done

Testing for server is done, client is a bit trickier. Working on just the socket client interaction with the server Interaction with PDAB is trickier but could be done
Sign in to join this conversation.
No description provided.