Immutable
release. Only release title and notes can be modified.
Installation Options
Via Aptos CLI (Recommended for most users)
aptos update move-mutation-testThis 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 suitemove-mutator- Core mutation engine for advanced usersmove-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
- Fix/unary by @joske in #123
- Dev m3 by @joske in #138
- chore: bump to 2.2.0 after M3 approval by @joske in #141
Full Changelog: v2.1.0...v2.2.0