bonfida-test-utils 0.7.0

Solana program testing utilities when working with bonfida-utils.
Documentation
1
2
3
4
5
6
pub mod error;
pub mod program_test_context_ext;
pub mod program_test_ext;

pub use program_test_context_ext::ProgramTestContextExt;
pub use program_test_ext::ProgramTestExt;