A framework for testing Solana programs in a simulated validator environment.
# Cargo.toml
[dependencies]
solana-program-test = "4.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new program test environment and starts it.
Add tokio as a dev-dependency and use #[tokio::test] for test functions.
No dependency data recorded yet.