| Crates.io | test_utils_anchor |
| lib.rs | test_utils_anchor |
| version | 0.1.1 |
| created_at | 2025-03-14 13:39:55.755501+00 |
| updated_at | 2025-03-14 18:46:14.058051+00 |
| description | Utilities and extensions for testing anchor programs and clients in wasm compatible environments |
| homepage | https://github.com/ifiokjr/wasm_solana |
| repository | https://github.com/ifiokjr/wasm_solana |
| max_upload_size | |
| id | 1592220 |
| size | 258,690 |
Utilities and extensions for testing anchor programs in wasm compatible environments.
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
| Feature | Description |
|---|---|
test_validator |
Enables the test_validator feature for the solana_test_validator crate. |