Below you will find pages that utilize the taxonomy term “Talongate”
August 27, 2026
move-test-gen coverage check
Version updated for https://github.com/talongate/move-test-gen to version v1.6.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 This GitHub Action, move-test-gen, automates the creation of edge-case test suites for Move functions in Sui. It generates [test] and [expected_failure] functions covering various scenarios such as boundary values, arithmetic edges, access control issues, state machine problems, and economic considerations. The action uses predefined rules to identify potential security patterns and generate tests that can help catch errors before they occur. Users can install the action via npm or manually copy its scripts and references into their Claude Code environment.
August 21, 2026
move-test-gen coverage check
Version updated for https://github.com/talongate/move-test-gen to version v1.5.2.
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 This GitHub Action generates edge-case test suites for Sui Move functions, covering various scenarios such as boundary values, arithmetic edges, access control issues, state machine errors, and economic challenges. It outputs a .move file targeted at sui move test, making it easy to verify the correctness of Move modules with generated tests.
August 16, 2026
move-test-gen coverage check
Version updated for https://github.com/talongate/move-test-gen to version v1.5.1.
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 This GitHub Action generates edge-case test suites for Sui Move functions by covering various scenarios such as boundary values, arithmetic edges, access control issues, state machine problems, and economic considerations. It automates the creation of [test] and [expected_failure] functions to verify function correctness and handle potential errors during execution.