test_utils_solana
Utilities and extensions for testing solana in wasm compatible environments.
Installation
To install you can used the following command:
Or directly add the following to your Cargo.toml
:
[]
= "0.1" # replace with the latest version
Features
Feature | Description |
---|---|
test_validator |
Enables the test_validator feature for the solana_test_validator crate. |
Usage
The following requires the test_validator
feature to be enabled.
use pubkey;
use TestValidatorRunner;
use TestValidatorRunnerProps;
async