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
271 stars 21 forks source link

Add assert_equals_ignore_colors #199

Closed Chemaclass closed 8 months ago

Chemaclass commented 8 months ago

🔖 Changes

Screenshot 2023-10-18 at 10 38 52

✅ To-do list

antonio-gg-dev commented 8 months ago

@Chemaclass Would it be a good idea to change it to assert_equals_ignore_colors so it follows the same pattern as the ignore case?

Chemaclass commented 8 months ago

Thanks, @Tito-Kati, I like assert_equals_ignore_colors much more, so I applied the renaming and pushed it.

khru commented 8 months ago

@Chemaclass would it make sense to use this on the acceptance test until we finish the snapshot testing?

antonio-gg-dev commented 8 months ago

@Chemaclass would it make sense to use this on the acceptance test until we finish the snapshot testing?

I think it is not worth it since the snapshot tests are almost ready