refactor: drop integration tests [ci skip]

Will use script instead.
This commit is contained in:
2022-01-01 19:47:52 +01:00
parent 929ff88013
commit c07128b308
5 changed files with 0 additions and 27 deletions

View File

@ -1,15 +0,0 @@
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
}