Skip to content

Move Mutation Tools v2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Dec 13:25
Immutable release. Only release title and notes can be modified.
e0f4c47

Installation Options

Via Aptos CLI (Recommended for most users)

aptos update move-mutation-test

This installs move-mutation-test which is the main tool most users need.

Direct Download (All tools)

Download the appropriate archive for your platform below. Each archive contains:

  • move-mutation-test - Tests the quality of your unit test suite
  • move-mutator - Core mutation engine for advanced users
  • move-spec-test - Tests the quality of your formal specifications

Platform Support

Platform Architecture File
Linux x86_64 mutation-tools-x86_64-unknown-linux-gnu.zip
Linux ARM64/aarch64 mutation-tools-aarch64-unknown-linux-gnu.zip
macOS x86_64 (Intel) mutation-tools-x86_64-apple-darwin.zip
macOS ARM64 (Apple Silicon) mutation-tools-aarch64-apple-darwin.zip
Windows x86_64 mutation-tools-x86_64-windows.zip

Documentation

For usage instructions and examples, visit: https://github.com/eigerco/move-mutation-tools

What's Changed

Full Changelog: v2.1.0...v2.2.0