test/go: adopt newly revamped setup()
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
#!/usr/bin/env bats
|
# shellcheck shell=bats
|
||||||
|
|
||||||
load ../test_helper
|
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
|
||||||
load ../test_helper_libs
|
|
||||||
|
|
||||||
function local_setup()
|
function local_setup_file() {
|
||||||
{
|
setup_libs "helpers"
|
||||||
setup_test_fixture
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup_go_path()
|
function setup_go_path()
|
||||||
|
|||||||
Reference in New Issue
Block a user