cairo-vm-go
cairo-vm-go copied to clipboard
Improve unit testing by allowing different types of operanders
Currenty the testing structure we have creates Deref
structs for the operanders we pass. This is consistent with ResOperanders, but if you would need a CellRef to be passed to the constructor it wouldn't be possible. It would be good to modify it as to allow us to pass the operander we need