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

(maint): skip non-zunit files if recursing on a test directory #1

Merged

Conversation

vladdoster
Copy link
Member

A new check is performed inside the directory recursion instead of inside the file check. This allows calling commands (e.g., zunit test-file.weird_extension) to still work.

The .zunit extension requirement is only in place when doing directory recursion.

A new check is performed inside the directory recursion instead of inside the file check. This allows calling commands (e.g., `zunit test-file.weird_extension`) to still work. 

The `.zunit` extension requirement is only in place when doing directory recursion.
@vladdoster vladdoster merged commit 14e19c2 into master May 10, 2022
@vladdoster vladdoster deleted the feat/skip-non-zunit-files-if-recursing-on-a-test-directory branch May 10, 2022 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant