tests: new file test_helper_libs.bash
For testing non-core files, just `load ../test_helper_libs` after `load ../test_helper` instead of trying to guess which libs must be loaded, in which order, for testing to succeed. `_command_exists` spews log messages, so our test log is littered with `_log_debug not found`. This fixes that too.
This commit is contained in:
6
test/test_helper_libs.bash
Normal file
6
test/test_helper_libs.bash
Normal file
@@ -0,0 +1,6 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
load "${BASH_IT}/lib/log.bash"
|
||||
load "${BASH_IT}/lib/utilities.bash"
|
||||
load "${BASH_IT}/lib/helpers.bash"
|
||||
load "${BASH_IT}/lib/search.bash"
|
||||
Reference in New Issue
Block a user