forked from toolshed/abra
test: spec out check tests [ci skip]
This commit is contained in:
15
cli/app/check_test.go
Normal file
15
cli/app/check_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
package app
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestCheck(t *testing.T) {
|
||||
// copy testrecipe into ~/.abra/apps/...
|
||||
// copy testapp into ~/.abra/servers/testserver
|
||||
// run app check test recipe and it should pass
|
||||
}
|
||||
|
||||
func TestCheckBadEnv(t *testing.T) {
|
||||
// copy testrecipe, testrecipe2 into ~/.abra/apps/...
|
||||
// copy testapp, test2 into ~/.abra/servers/testserver
|
||||
// run app check test recipe and it should fail
|
||||
}
|
Reference in New Issue
Block a user