tests: add more unit tests for getAllocatedMemoryUnits
involving Cairo Program
#386
Labels
getAllocatedMemoryUnits
involving Cairo Program
#386
Issue Description
After ensuring that the
Program
structure is properly handled by our Cairo runner, we will have to enhance the test coverage for thegetAllocatedMemoryUnits
method within theBuiltinRunner
union(enum).To achieve this, we need to add more unit tests covering various scenarios and edge cases. These tests will validate the behavior of the
getAllocatedMemoryUnits
method under different conditions, ensuring robustness and reliability.The relevant code section for the
getAllocatedMemoryUnits
method can be found here:https://github.com/lambdaclass/cairo-vm/blob/4ea224a1068b43aaa3899d24e834475106e8a78f/vm/src/vm/runners/builtin_runner/mod.rs#L793-L971
Action Items
getAllocatedMemoryUnits
method inBuiltinRunner
union(enum).The text was updated successfully, but these errors were encountered: