#anchor #extension #compatible #environments #programs #testing #client

test_utils_anchor

Utilities and extensions for testing anchor programs and clients in wasm compatible environments

2 releases

Uses new Rust 2024

new 0.1.1 Mar 14, 2025
0.1.0 Mar 14, 2025

#83 in #anchor

Download history 104/week @ 2025-03-09

104 downloads per month

Unlicense

1MB
25K SLoC

test_utils_anchor


Utilities and extensions for testing anchor programs in wasm compatible environments.


Crate Docs Status Unlicense codecov

Installation

To install you can used the following command:

cargo add --dev test_utils_anchor

Or directly add the following to your Cargo.toml:

[dev-dependencies]
test_utils_anchor = "0.1" # replace with the latest version

Features

Feature Description
test_validator Enables the test_validator feature for the solana_test_validator crate.

Dependencies

~151MB
~3M SLoC