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

Fix find tests inside folder #221

Merged
merged 13 commits into from
Nov 13, 2023
Merged

Conversation

Chemaclass
Copy link
Member

@Chemaclass Chemaclass commented Nov 11, 2023

📚 Description

Closes: #215

If you specify a directory as the path for your tests, all files ending in test.sh within that directory and its subdirectories should run. However, right now it's not working, and the error Error: At least one file path is required. is being displayed and the help is printed below.

🔖 Changes

  • Fix find tests inside a folder
    • All files ending in *[tT]est.sh within that directory and its subdirectories should run

✅ To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix

@Chemaclass Chemaclass added the bug Something isn't working label Nov 11, 2023
@Chemaclass Chemaclass self-assigned this Nov 11, 2023
@Chemaclass Chemaclass marked this pull request as ready for review November 12, 2023 13:00
@Chemaclass Chemaclass merged commit faadde9 into main Nov 13, 2023
@Chemaclass Chemaclass deleted the fix/215-find-tests-inside-folder branch November 13, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find tests inside a folder
2 participants