IntersectMBO / plutus

The Plutus language implementation and tools
Apache License 2.0
1.55k stars 466 forks source link

[Test] [Builtins] Add golden tests with unlifting errors #6189

Closed effectfully closed 3 weeks ago

effectfully commented 4 weeks ago

This refactors a file with tests so that unit tests that are supposed to result in evaluation failure also become golden tests with the error message printed to a golden file. Need it to demonstrate that #6181 does indeed allow us to preserve operational unlifting errors.