Rename tests with new naming convention and update tests lists

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-04-24 22:33:52 +02:00
parent a9189392b9
commit e366773dc0
25 changed files with 152 additions and 142 deletions

View File

@@ -2,7 +2,7 @@ package testing
import "dagger.io/dagger/op"
component: #up: [
TestComponent: #up: [
op.#FetchContainer & {
ref: "alpine"
},
@@ -13,7 +13,7 @@ component: #up: [
},
]
test1: {
TestComponentCopy: {
string
#up: [
@@ -21,7 +21,7 @@ test1: {
ref: "busybox"
},
op.#Copy & {
from: component
from: TestComponent
src: "/id"
dest: "/"
},
@@ -32,7 +32,7 @@ test1: {
]
}
test2: {
TestNestedCopy: {
string
#up: [

View File

@@ -2,7 +2,7 @@ package testing
import "dagger.io/dagger/op"
test: {
TestScriptCopy: {
string
#up: [