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
316 stars 27 forks source link

fix: run test functions in defined order #243

Closed apotterri closed 7 months ago

apotterri commented 8 months ago

Fixes #217.

📚 Description

Run the test functions in the order they're defined in the test file.

✅ To-do list

khru commented 8 months ago

I think that test must be independent

https://kentbeck.github.io/TestDesiderata/

But could be something need It