Rename tests with new naming convention and update tests lists
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
@@ -2,7 +2,7 @@ package testing
|
||||
|
||||
import "dagger.io/dagger/op"
|
||||
|
||||
teststring: {
|
||||
TestExportInvalidFormat: {
|
||||
string
|
||||
|
||||
#up: [
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package testing
|
||||
|
||||
teststring: {
|
||||
TestExportInvalidPath: {
|
||||
string
|
||||
|
||||
#up: [
|
||||
|
@@ -2,7 +2,7 @@ package testing
|
||||
|
||||
import "dagger.io/dagger/op"
|
||||
|
||||
test: {
|
||||
TestExportInvalidValidation: {
|
||||
string
|
||||
=~"^NAAAA.+"
|
||||
|
||||
@@ -12,7 +12,7 @@ test: {
|
||||
},
|
||||
op.#Exec & {
|
||||
args: ["sh", "-c", """
|
||||
printf something > /tmp/out
|
||||
echo -n something > /tmp/out
|
||||
""",
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user