Add stubs for settings & automation tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package compose
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestAutomationScript(t *testing.T) {
|
||||
t.Skip("pending implementation")
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package compose
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestAutomationTrigger(t *testing.T) {
|
||||
t.Skip("pending implementation")
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestAutomationScript(t *testing.T) {
|
||||
t.Skip("pending implementation")
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestAutomationTrigger(t *testing.T) {
|
||||
t.Skip("pending implementation")
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSettings(t *testing.T) {
|
||||
t.Skip("pending implementation")
|
||||
}
|
||||
Reference in New Issue
Block a user