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