Closed 0xandee closed 6 months ago
Hey @0xandee , is this issue still available?
Hey @0xandee , is this issue still available?
Yeah you can take it if you want!
Let's do this @0xandee !
@0xandee I just checked quickly the codebase and the tests folder, may i get a bit more of guidance about what needs to be tested exactly?
@0xandee I just checked quickly the codebase and the tests folder, may i get a bit more of guidance about what needs to be tested exactly?
I'll write a quick diagram flow for everyone to catchup
Complete the test cases in test.
All contract are deployed and dispatcher initialized, refer to test utils for details.
use scarb run test to run all the tests, or scarb run test to run a specific test.
Adjust the #[should_panic()] decorator error message based on the test case, refer to starknet foundry docs for detailed implementation.
All test cases are required to PASS