mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-04 08:00:49 -05:00
17 lines
346 B
Bash
17 lines
346 B
Bash
load "$LIB_BATS_ASSERT/load.bash"
|
|
load "$LIB_BATS_SUPPORT/load.bash"
|
|
|
|
@test "steampipe plugin install" {
|
|
run steampipe plugin install chaos
|
|
assert_success
|
|
}
|
|
|
|
@test "steampipe plugin list" {
|
|
run steampipe plugin list
|
|
assert_success
|
|
}
|
|
|
|
#@test "steampipe plugin uninstall" {
|
|
# run steampipe plugin uninstall
|
|
# assert_success
|
|
#} |