Bolt icon indicating copy to clipboard operation
Bolt copied to clipboard

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

Open samvv opened this issue 1 year ago • 0 comments

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.

samvv avatar Feb 19 '24 12:02 samvv