Crates.io | cargo-utests |
lib.rs | cargo-utests |
version | 0.1.0 |
source | src |
created_at | 2023-10-26 16:44:35.623519 |
updated_at | 2023-10-26 16:44:35.623519 |
description | Find unused test targets in Cargo.toml |
homepage | |
repository | https://github.com/xxchan/cargo-utests |
max_upload_size | |
id | 1014773 |
size | 25,813 |
cargo nextest list --message-format json
/ cargo test --all-targets -- --list -Zunstable-options --format json
. This need to compile the crate.#[test]
. If not found, we mark test = false
for all the crate's targets (lib, bin, example, bench).
autobins = false
, or when a binary contains submodules.