cairo-vm icon indicating copy to clipboard operation
cairo-vm copied to clipboard

Research cross-platform tests

Open igaray opened this issue 2 years ago • 0 comments

Eventually, we will want to have tests that ensure parity across Cairo VM implementations. How exactly to achieve that is an open question, but it will likely involve a Python testing framework.

  • Research and document
    • how tests are run in the cairo-lang repositor,
    • what kind of tests they are,
    • what they test,
    • what dependencies they have
    • and if possible, how they could be made vm-agnostic.

Expected outcome: a through discussion on how to test results of different vm implementations.

igaray avatar May 27 '22 20:05 igaray