mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
617e086a26
The existing functionality of load() is preserved: 1. Load helper files in the same directory the current testfile resides in 2. Load helper files by absolute path Additionally an environment variable BATS_LIB_PATH can be defined to be source helper files from. If BATS_LIB_PATH is empty the following locations are used: 1. $HOME/.bats/lib Allows users to manage helper libraries themselves, similar to python/ruby/... 2. /usr/lib/bats Allows to install helper libraries via a package manager. |
||
---|---|---|
.. | ||
bats | ||
bats-exec-suite | ||
bats-exec-test | ||
bats-format-tap-stream | ||
bats-preprocess |