open-dust/cairo-foundry

Aggregate fuzzing inputs across tests cases

Opened this issue · 0 comments

Hi There,

I know fuzzing may be far out of the horizon, but wanted to draw attention to a design constraint that Protostar has with the hopes that cairo-foundry could potentially avoid it in the future.

Effectively - there is no way in Protostar to generate a fuzzing input in __setup__ and then use it across multiple test cases. More details here:

software-mansion/protostar#1149