tests
No long description provided.
Installation
dagger install github.com/sagikazarmark/daggerverse/helm/tests@a5e0facd5c1d23123be98aeb6cc7e2436f7fc369
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)
}
lintOld() 🔗
TODO: improve this test TODO: improve naming
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
LintOld(ctx)
}
package() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Package(ctx)
}
packageOld() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
PackageOld(ctx)
}
loginAndPush() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
LoginAndPush(ctx)
}
loginAndPushOld() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
LoginAndPushOld(ctx)
}
loginOld() 🔗
TODO: improve this test
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
LoginOld(ctx)
}