NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
70 stars 43 forks source link

feat: `others` hints integration tests #471

Closed TAdev0 closed 1 week ago

TAdev0 commented 2 weeks ago
TAdev0 commented 2 weeks ago

@har777 @cicr99 i reorganized integration tests folder and adapted integration_tests.go to read all required files, tell me what you think.

Trace and memory files match for SearchSortedLower and FindElement (for which i combined multiple integration tests we had) ! all good

Note i created a _inprogress folder because there is an issue with blockPermutation integration test we had in main for now. i'm working on it. We can still merge like this for the organization of the integration test folder for other PRs and i'll solve blockPermutation in another PR

TAdev0 commented 1 week ago

ready for review @Sh0g0-1758 , @cicr99 , @har777