refactor: drop integration tests [ci skip]

Will use script instead.
This commit is contained in:
decentral1se 2022-01-01 19:47:52 +01:00
parent 929ff88013
commit c07128b308
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
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
}

View File

@ -1,3 +0,0 @@
TYPE=testrecipe
DOMAIN=foo.com
MANDATORY_ENV_VAR=bar

View File

@ -1,4 +0,0 @@
TYPE=testrecipe2
DOMAIN=foo.com
MANDATORY_ENV_VAR=bar
# missing MANDATORY_ENV_VAR2

View File

@ -1,2 +0,0 @@
TYPE=testrecipe
MANDATORY_ENV_VAR=bar

View File

@ -1,3 +0,0 @@
TYPE=testrecipe2
MANDATORY_ENV_VAR1=bar
MANDATORY_ENV_VAR2=bar