tests
No long description provided.
Installation
dagger install github.com/sagikazarmark/daggerverse/helm/tests@9aaeabf1a8cf70f1cb597d5b5e991dd64f1955a7
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)
}