Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to provide a custom filter function for paths #5

Open
davidanthoff opened this issue Mar 21, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@davidanthoff
Copy link
Member

Users should have the ability to pass a filter callback that gets handed file paths, and then the filter function can decide whether that particular file/folder should actually be scanned for test items or not.

This would make it easy to for example implement a pattern where only files that end in _test.jl are scanned for test items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant