tests
No long description provided.
Installation
dagger install github.com/jedevc/daggerverse-sagikazarmark/openssh-server/tests@a104424df38ca8b0b758f699dcfeeb0c2210cc2e
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)
}