lambdaclass / cairo-vm

cairo-vm is a Rust implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
https://lambdaclass.github.io/cairo-vm
Apache License 2.0
514 stars 145 forks source link

Add test coverage for `get_constant_from_var_name` #1663

Open tcoratger opened 6 months ago

tcoratger commented 6 months ago

Add test coverage for get_constant_from_var_name

Description

Add a series of unit tests for get_constant_from_var_name hint util method.

Checklist