test-generator icon indicating copy to clipboard operation
test-generator copied to clipboard

Allow to generate a test with #[ignore] attribute

Open svenfoo opened this issue 3 years ago • 1 comments

Sometimes a test with a test resource is long-running and the documentation suggests to use the #[ignore] flag to exclude it from normal test runs. It doesn't seem possible to do that with the test_resources macro.

Maybe the macro could be extended to optionally accept a second parameter?

#[test_resources("res/input", ignore)

svenfoo avatar Oct 15 '20 13:10 svenfoo