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

#114 - Output of the duplicated test it's not understandable #206

Closed adatamas closed 11 months ago

adatamas commented 11 months ago

📚 Description

Solution for the Issue#114 ( https://github.com/TypedDevs/bashunit/issues/114 ). If it detects duplicate functions, it will print their names and the name of the file that contains them, with the following error message: Screenshot_1 If several function names are duplciate in a file, they are also printed in a new line: image

🔖 Changes

✅ To-do list

antonio-gg-dev commented 11 months ago

Thanks a lot, @adatamas! Any feedback from your side, @Tito-Kati or @khru?

As an MVP it's fine, we'll iterate over this.

antonio-gg-dev commented 11 months ago

Thanks you @adatamas !

khru commented 11 months ago

Thanks a lot, @adatamas! Any feedback from your side, @Tito-Kati or @khru?

As an MVP it's fine, we'll iterate over this.

Same here