TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
317 stars 27 forks source link

Fix find tests inside folder #221

Closed Chemaclass closed 10 months ago

Chemaclass commented 10 months ago

📚 Description

Closes: https://github.com/TypedDevs/bashunit/issues/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

✅ To-do list