bashunit icon indicating copy to clipboard operation
bashunit copied to clipboard

Test your bash scripts in the fastest and simplest way, discover the most modern bash testing framework.

Results 57 bashunit issues
Sort by recently updated
recently updated
newest added

## 📚 Description working on the mocks that were not working as expected ## 🔖 Changes - List individual changes in more detail ## ✅ To-do list - [ ]...

| Q | A | |------------------|-------------------------| | OS | macOS / Linux / Windows | | Shell | bash 3.2 | | bashunit version | 0.18.0 | #### Current behavior...

bug

| Q | A | |------------------|-------------------------| | OS | Linux (Alpine) | | Shell | bash 3.2 | | bashunit version | 0.17 | #### Summary Recently, I added parallel...

bug

## Status quo Right now, when running tests in parallel, each test file will be executed in a different child process. ## Expected When running tests in parallel, display the...

enhancement

## Status quo Currently the total time taken is display on seconds - if the time is more than 1000 ms ### Less than 1000 ms ### More than 1000...

enhancement

Right now you can group tests only by folders or name. This task is to research best practices in other testing libraries and how could we achieve categorising tests as...

enhancement

Do not display the progress while running, just the final output when the option `--no-progress` is enabled.

enhancement

## 📚 Description Closes: https://github.com/TypedDevs/bashunit/issues/468 by @akinomyoga Right now, the min supported version is bash 3.2 ## 🔖 Changes - Allow bash 3.0 and above ## ✅ To-do list -...

enhancement

## Currently Right now, you can specify what functions to run with -f|--filter option ```bash ./bashunit tests/unit/test_doubles_test.sh --filter test_spy_with_pipe_in_arguments ``` ## Task Enable running a concrete test from a test...

enhancement

Right now, bashunit requires/support **Bash 3.2** and newer. However, why not expand the compatibility to start supporting from Bash 3.0 and so give that old code the possibility to write...

enhancement