447 B
447 B
allowed-tools, description
| allowed-tools | description |
|---|---|
| Bash(cargo test:*), | Create new tests |
- Reading $ARGUMENTS and understanding the implementation details.
- Creating new tests for $ARGUMENTS in
testsmodule in the same file. - Run
cargo test --workspace --all-featuresto ensure all tests pass. - If any tests fail, fix the issues and re-run the tests.
Contracts
- You have to write the rust-doc that describes the test case for each test function.