tests
No long description provided.
Installation
dagger install github.com/purpleclay/daggerverse/helm-oci/tests@ac6e426f7c05126fe9530f3c49624663eecf77a0
Types
Tests 🔗
allTests() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
AllTests(ctx)
}
dotEnv() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
DotEnv(ctx)
}
dotEnvGitLab() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
DotEnvGitLab(ctx)
}