tests
No long description provided.
Installation
dagger install github.com/sagikazarmark/daggerverse/helm/tests@1168a09e851c3ec5f0a149d0b2402b2e1c21ee4c
Types
Tests 🔗
all() 🔗
All executes all tests.
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
All(ctx)
}
create() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Create(ctx)
}
lint() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Lint(ctx)
}
login() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Login(ctx)
}
package() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Package(ctx)
}
push() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Push(ctx)
}
chartLint() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
ChartLint(ctx)
}
chartPackage() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
ChartPackage(ctx)
}
chartPublish() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
ChartPublish(ctx)
}