Crates.io | solana-test |
lib.rs | solana-test |
version | 0.1.0 |
source | src |
created_at | 2022-06-15 16:06:04.542552 |
updated_at | 2022-06-15 16:06:04.542552 |
description | Solana testing utils |
homepage | |
repository | https://github.com/f44z/solana-test |
max_upload_size | |
id | 606596 |
size | 78,295 |
Solana testing utils.
By default it's using solana-test-framework
To install run: cargo install solana-test
USAGE:
solana-test init [OPTIONS]
OPTIONS:
--framework_url <FRAMEWORK_REPO_URL> Url to framework repository.
-h, --help Print help information
--is_anchor <IS_ANCHOR> Is anchor project.
--path <PATH> Path to tested project.
--test_file_path <TEST_FILE_PATH> Path where to create test file.