SolanaTest

Solana testing utils.

By default it's using solana-test-framework

Installation

To install run: cargo install solana-test

Usage

``` USAGE: solana-test init [OPTIONS]

OPTIONS: --frameworkurl Url to framework repository. -h, --help Print help information --isanchor Is anchor project. --path Path to tested project. --testfilepath Path where to create test file. ```