cost 285 ms
Where to place test/bats files

Where is the best place to put the bats aka test files? Do you put them in the same directory as the bash scripts you are testing? If you put them in ...

2022-07-01 13:12:44   1   17    bats-core  
How to `trap` in `bats`?

I have the following in some of my tests: tmpdir=$(mktemp -d) trap 'echo @@@@@@@@@@@@@@@@@@@ >&3' INT TERM HUP EXIT # trap is really meant to ...

2021-06-28 14:02:52   1   23    bats-core  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM