Closed
Description
I would like the ability to provide an exclusion pattern so that I can only test files that match my test file pattern. This would allow data files to coexist with test files so long as they follow a reasonable pattern.
I think this would be simply providing an option that sets ignore
option in glob
.
Thoughts? I can make a PR for it real quick if you'd like.