Allow the testing framework to take snapshots of a program and commit them to a database #61

Open
opened 2024-02-19 13:17:04 +01:00 by samvv · 0 comments
samvv commented 2024-02-19 13:17:04 +01:00 (Migrated from github.com)

This is related to issue #60. If the data in a program is entirely serializable, we can take a snapshot of that data and compare that snapshot to a future version of that same program. This way, we can let developers manually verify which output of a program is correct and, as a consequence, automatically check which programs are not correct.

This is related to issue #60. If the data in a program is entirely serializable, we can take a snapshot of that data and compare that snapshot to a future version of that same program. This way, we can let developers manually verify which output of a program is correct and, as a consequence, automatically check which programs are not correct.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: samvv/bolt#61
No description provided.