la10736 / rstest

Fixture-based test framework for Rust
Apache License 2.0
1.21k stars 43 forks source link

Add #[ignore] attribute to ignore test arguments #267

Closed marcobacis closed 4 months ago

marcobacis commented 4 months ago

Added the #[ignore] attribute to allow to ignore test arguments and let other crates (e.g. sqlx test runner or other proc macros) take care of them.

Fixes #228 and #91

Developed during Open Source Saturday