Open effectfully opened 1 month ago
discardIfAnyConstant (not . isSerialisable) $ Generators.genProgram @DefaultFun
potentially wastes a lot of time discarding generated programs. discardIfAnyConstant
is used in quite a few placesEvaluation.Builtins.Definition
should demand that each built-in function is unit-testedignoreTest
from Plutus IR tests by fixing the testswithMaxSuccess 0
) for failing shrinking tests by figuring out why they are taking too long and fixing that
This issue is for dumping all the plans regarding tests improvements in a largely unstructured way.