tests: move compute tests away
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
1
tests/core/compute/invalid/bool/cue.mod/module.cue
Normal file
1
tests/core/compute/invalid/bool/cue.mod/module.cue
Normal file
@@ -0,0 +1 @@
|
||||
module: ""
|
2
tests/core/compute/invalid/bool/cue.mod/pkg/.gitignore
vendored
Normal file
2
tests/core/compute/invalid/bool/cue.mod/pkg/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# dagger universe
|
||||
alpha.dagger.io
|
3
tests/core/compute/invalid/bool/main.cue
Normal file
3
tests/core/compute/invalid/bool/main.cue
Normal file
@@ -0,0 +1,3 @@
|
||||
package testing
|
||||
|
||||
#up: true
|
1
tests/core/compute/invalid/int/cue.mod/module.cue
Normal file
1
tests/core/compute/invalid/int/cue.mod/module.cue
Normal file
@@ -0,0 +1 @@
|
||||
module: ""
|
2
tests/core/compute/invalid/int/cue.mod/pkg/.gitignore
vendored
Normal file
2
tests/core/compute/invalid/int/cue.mod/pkg/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# dagger universe
|
||||
alpha.dagger.io
|
3
tests/core/compute/invalid/int/main.cue
Normal file
3
tests/core/compute/invalid/int/main.cue
Normal file
@@ -0,0 +1,3 @@
|
||||
package testing
|
||||
|
||||
#up: 123
|
1
tests/core/compute/invalid/string/cue.mod/module.cue
Normal file
1
tests/core/compute/invalid/string/cue.mod/module.cue
Normal file
@@ -0,0 +1 @@
|
||||
module: ""
|
2
tests/core/compute/invalid/string/cue.mod/pkg/.gitignore
vendored
Normal file
2
tests/core/compute/invalid/string/cue.mod/pkg/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# dagger universe
|
||||
alpha.dagger.io
|
3
tests/core/compute/invalid/string/main.cue
Normal file
3
tests/core/compute/invalid/string/main.cue
Normal file
@@ -0,0 +1,3 @@
|
||||
package testing
|
||||
|
||||
#up: "whatever"
|
1
tests/core/compute/invalid/struct/cue.mod/module.cue
Normal file
1
tests/core/compute/invalid/struct/cue.mod/module.cue
Normal file
@@ -0,0 +1 @@
|
||||
module: ""
|
2
tests/core/compute/invalid/struct/cue.mod/pkg/.gitignore
vendored
Normal file
2
tests/core/compute/invalid/struct/cue.mod/pkg/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# dagger universe
|
||||
alpha.dagger.io
|
3
tests/core/compute/invalid/struct/main.cue
Normal file
3
tests/core/compute/invalid/struct/main.cue
Normal file
@@ -0,0 +1,3 @@
|
||||
package testing
|
||||
|
||||
#up: whatever: "wrong"
|
Reference in New Issue
Block a user