algorand / graviton

🧑‍🔬 verify your TEAL program by experiment and observation
MIT License
17 stars 8 forks source link

Add ability to assert identical functionality for teal programs/methods #36

Closed tzaffi closed 1 year ago

tzaffi commented 1 year ago

Test one teal program against another, with the optionality of using ABI

New functionality

The best place to see the new capabilities is in identical_test.py

Testing

C.I.

Also, C.I. in PyTeal PR #605 provides additional coverage.