Automated testing #33
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When pushing new code there should be automated tests for core functions
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
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.
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