# SolanaTest Solana testing utils. By default it's using [solana-test-framework](https://github.com/lowprivuser/solana-test-framework) ## Installation To install run: `cargo install solana-test` ## Usage ``` USAGE: solana-test init [OPTIONS] OPTIONS: --framework_url Url to framework repository. -h, --help Print help information --is_anchor Is anchor project. --path Path to tested project. --test_file_path Path where to create test file. ```