Skip to content

Commit 82e47d3

Browse files
committed
Added comment
1 parent d977ffe commit 82e47d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/integrationtest/daemon/daemon_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ import (
2424
"go.bug.st/testsuite"
2525
)
2626

27+
// createEnvForDaemon performs the minimum required operations to start the arduino-cli daemon.
28+
// It returns a testsuite.Environment and an ArduinoCLI client to perform the integration tests.
29+
// The Environment must be disposed by calling the CleanUp method via defer.
2730
func createEnvForDaemon(t *testing.T) (*testsuite.Environment, *integrationtest.ArduinoCLI) {
2831
env := testsuite.NewEnvironment(t)
2932

0 commit comments

Comments
 (0)