We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d977ffe commit 82e47d3Copy full SHA for 82e47d3
internal/integrationtest/daemon/daemon_test.go
@@ -24,6 +24,9 @@ import (
24
"go.bug.st/testsuite"
25
)
26
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.
30
func createEnvForDaemon(t *testing.T) (*testsuite.Environment, *integrationtest.ArduinoCLI) {
31
env := testsuite.NewEnvironment(t)
32
0 commit comments