You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some of the tests are using eosio libtester for ease. But, we can and should convert those over to use the native tester framework for these as they should only be testing raw logic and not the host function implementations. Those are covered in Mandel.
For a few of the tests where we check malloc and a few others we can utilize eos-vm to create a minimal environment to test those things.
The text was updated successfully, but these errors were encountered:
[Moved over from Mandel.CDT issue 28]
Currently some of the tests are using eosio libtester for ease. But, we can and should convert those over to use the native tester framework for these as they should only be testing raw logic and not the host function implementations. Those are covered in Mandel.
For a few of the tests where we check malloc and a few others we can utilize eos-vm to create a minimal environment to test those things.
The text was updated successfully, but these errors were encountered: