| Crates.io | cargo-test-all |
| lib.rs | cargo-test-all |
| version | 0.2.0 |
| created_at | 2020-01-15 09:20:23.17911+00 |
| updated_at | 2022-05-14 13:56:17.975704+00 |
| description | Cargo extension for running tests of the used dependencies |
| homepage | https://github.com/Relrin/cargo-test-all |
| repository | https://github.com/Relrin/cargo-test-all |
| max_upload_size | |
| id | 198577 |
| size | 71,422 |
Cargo extension for running tests of the used dependencies
For installation this executable use the following command in your terminal or shell:
cargo-clone:cargo install cargo-clone
cargo install cargo-test-all
Use the cargo test-all call at the toplevel of any Cargo project.
Cargo extension for running tests of the used dependencies
USAGE:
cargo-test-all [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--only <only> List of certain crates for testing, separated by comma.
-t, --threads <threads> An amount of concurrent threads for testing crates. [default: 1]
Because the Cargo currently does not provide (as far as I aware) any way to install the dependency with its own tests, it works in the following way:
target/testing/deps directory that will be used for storing crates downloaded from Crates.io or with Git.