tests
No long description provided.
Installation
dagger install github.com/sagikazarmark/daggerverse/postgres/tests@0c841651cbcf03766b41a8c172b681f99c64967b
Types
Tests 🔗
all() 🔗
All executes all tests.
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
All(ctx)
}
basic() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Basic(ctx)
}
withDatabase() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
WithDatabase(ctx)
}