tests
No long description provided.
Installation
dagger install github.com/sagikazarmark/daggerverse/openssh-server/tests@77b2abc57caee80bafe003f94dcf11c3dbb7abc1
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)
}
customPort() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
CustomPort(ctx)
}
user() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
User(ctx)
}
config() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Config(ctx)
}