test_utils_anchor

Crates.iotest_utils_anchor
lib.rstest_utils_anchor
version0.1.1
created_at2025-03-14 13:39:55.755501+00
updated_at2025-03-14 18:46:14.058051+00
descriptionUtilities and extensions for testing anchor programs and clients in wasm compatible environments
homepagehttps://github.com/ifiokjr/wasm_solana
repositoryhttps://github.com/ifiokjr/wasm_solana
max_upload_size
id1592220
size258,690
Ifiok Jr. (ifiokjr)

documentation

README

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.
Commit count: 269

cargo fmt