Dagger
Search

tests

No long description provided.

Installation

dagger install github.com/purpleclay/daggerverse/helm-oci/tests@ee2a91163f9a4e8ff485f215a81c66a9aafe7b65

Entrypoint

Return Type
Tests
Example
func (m *myModule) example() *Tests  {
	return dag.
			Tests()
}

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)
}