-
Notifications
You must be signed in to change notification settings - Fork 40
Generate a test per file in a directory #78
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestspikeNeed to research topic more to come up with a solutionNeed to research topic more to come up with a solution
Description
Is it possible to generate a test-case per file in a directory? I'm working on an image generating program, and we have test images and it would be convenient to be able to say something like:
#[test_resources("images/*")]
fn image_test(path: &Path) {
// image test code
}This is possible with test-generator but it's less actively maintained.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestspikeNeed to research topic more to come up with a solutionNeed to research topic more to come up with a solution