Below you will find pages that utilize the taxonomy term “Mehvetero”
August 14, 2026
move-test-gen coverage check
Version updated for https://github.com/mehvetero/move-test-gen to version v1.5.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The move-test-gen GitHub Action generates edge-case test suites for Sui Move functions by analyzing a module and creating [test] and [expected_failure] functions covering various scenarios such as boundary values, arithmetic edges, access control issues, state machine problems, economic considerations, and fee evasion. It outputs the generated tests in a .move file that can be used with sui move test. The action is useful for automating the generation of comprehensive test cases to ensure robustness and reliability of Move contracts.
August 5, 2026
move-test-gen coverage check
Version updated for https://github.com/mehvetero/move-test-gen to version v1.4.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, move-test-gen, is an Agent Skill designed to automatically generate edge-case test suites for Sui Move functions. It covers various scenarios such as boundary values, arithmetic edges, access control issues, state machine failures, and economic conditions, ensuring comprehensive testing of Move modules. The action automates the process of generating test files that can be executed using the sui move test command, helping developers catch potential bugs and edge cases in their Move code.