sstephenson / bats

Bash Automated Testing System
MIT License
7.12k stars 519 forks source link

automatically sourcing setup/teardown scripts? #255

Open bje- opened 6 years ago

bje- commented 6 years ago

Bats allows for setup and teardown functions inside individual test cases. Is there a way to have a setup script sourced at the start of the test run to establish convenience functions and the like? It's a pain to have to remember to load such a script at the top of every test script. Thanks.

AssafKatz3 commented 6 years ago

@bje- This project is no longer being actively maintained by its original autoher (see #236).

You might want to migrate to the community maintained fork bats-core and report your issue there.