A new version of test-generator (0.3) has been published. This crate introduces #[test_resources(PATTERN]
and #[bench_resources(PATTERN)]
procedural macro attributes that generates multiple parametrized tests using one body with different resource input parameters. A test is generated for each resource matching the specific resource location pattern.