bash_test_tools
bash_test_tools copied to clipboard
Bash testing tools
Hi, I've started using bash_test_tools to validate proper functioning of Docker containers exposing services (ex.: testing a container with exposed nginx via curl). This works well locally, the problem surfaces...
Hi! Started to use bash test tools and really like it! But I'm looking for possibility to run setup/teardown function only once. As example, in setup I prepare some data...
The demo script `test_find.sh` generates an error on Cygwin (see below). `strace` is installed. ``` > ./test_find.sh --------------------------------------------------------------------------------------------------- TEST FIND LOCAL DIRECTORY Running: find ./ bash_test_tools: Zeile 595: _strace: No...
Does `bash_test_tools` support inline tests within a script? I would like to test a shell script on a per function base and not just the script as a whole. And...
There is no download link from the main web site https://thorsteinssonh.github.io/bash_test_tools/ to the repository here. That probably limits the number of people giving bash_test_tools a try severely.
Lets say I have the following directory and test files: testDir: -- myTestA.sh -- myTestB.sh -- ect... How do I go about running all the tests? Do I have to...
hi to all and thank you so much for the application. it is very useful. my case is, the run command includes a "sudo", the exit code for strace is...
I have a bunch of tests and before the testing I would like to do some preparations. Is there a way to run the setup function only once in the...
I'm trying to build a GitHub workflow based on bash_test_tools. The workflow file is [here](https://github.com/nokia/Telco-WG/blob/automatic-test/.github/workflows/test-validator.yml) and the actual tests are [here](https://github.com/nokia/Telco-WG/blob/automatic-test/tools/openchain_telco_sbom_validator/testing/test-test.sh). The workflow runs okay, but the output is full...