plugin/base: import libs for tests
parent
bf5670af1a
commit
45bf7194a2
|
|
@ -5,11 +5,11 @@ load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
|
||||||
load ../../lib/log
|
load ../../lib/log
|
||||||
load ../../lib/utilities
|
load ../../lib/utilities
|
||||||
load ../../lib/search
|
load ../../lib/search
|
||||||
load ../../plugins/available/base.plugin
|
|
||||||
|
|
||||||
cite _about _param _example _group _author _version
|
cite _about _param _example _group _author _version
|
||||||
|
|
||||||
load ../../lib/helpers
|
load ../../lib/helpers
|
||||||
|
load ../../plugins/available/base.plugin
|
||||||
|
|
||||||
function local_setup {
|
function local_setup {
|
||||||
setup_test_fixture
|
setup_test_fixture
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,11 @@
|
||||||
load ../test_helper
|
load ../test_helper
|
||||||
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
|
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
|
||||||
load ../../lib/appearance
|
load ../../lib/appearance
|
||||||
load ../../plugins/available/base.plugin
|
|
||||||
|
|
||||||
cite _about _param _example _group _author _version
|
cite _about _param _example _group _author _version
|
||||||
load ../../lib/log
|
load ../../lib/log
|
||||||
|
load ../../lib/helpers
|
||||||
|
load ../../plugins/available/base.plugin
|
||||||
|
|
||||||
@test "lib log: basic debug logging with BASH_IT_LOG_LEVEL_ALL" {
|
@test "lib log: basic debug logging with BASH_IT_LOG_LEVEL_ALL" {
|
||||||
BASH_IT_LOG_LEVEL=$BASH_IT_LOG_LEVEL_ALL
|
BASH_IT_LOG_LEVEL=$BASH_IT_LOG_LEVEL_ALL
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
load ../test_helper
|
load ../test_helper
|
||||||
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
|
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
|
||||||
|
load ../../lib/log
|
||||||
|
load ../../lib/helpers
|
||||||
load ../../plugins/available/base.plugin
|
load ../../plugins/available/base.plugin
|
||||||
|
|
||||||
@test 'plugins base: ips()' {
|
@test 'plugins base: ips()' {
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
load ../test_helper
|
load ../test_helper
|
||||||
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
|
load "${BASH_IT}/vendor/github.com/erichs/composure/composure.sh"
|
||||||
|
load "${BASH_IT}/lib/log.bash"
|
||||||
|
load "${BASH_IT}/lib/helpers.bash"
|
||||||
|
|
||||||
cite _about _param _example _group _author _version
|
cite _about _param _example _group _author _version
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue