mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-22 17:31:56 -04:00
Add test file dummies
This commit is contained in:
9
pkg/assets/assets_test.go
Normal file
9
pkg/assets/assets_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package assets
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestAssets(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/command/health_test.go
Normal file
9
pkg/command/health_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestHealth(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/command/root_test.go
Normal file
9
pkg/command/root_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestRoot(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/command/server_test.go
Normal file
9
pkg/command/server_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestServer(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/handler/config/config_test.go
Normal file
9
pkg/handler/config/config_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestConfig(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/handler/metrics/metrics_test.go
Normal file
9
pkg/handler/metrics/metrics_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package metrics
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMetrics(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/handler/static/static_test.go
Normal file
9
pkg/handler/static/static_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package static
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestStatic(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/middleware/header/header_test.go
Normal file
9
pkg/middleware/header/header_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package header
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestHeader(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/router/debug/debug_test.go
Normal file
9
pkg/router/debug/debug_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package debug
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestDebug(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
9
pkg/router/server/server_test.go
Normal file
9
pkg/router/server/server_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestServer(t *testing.T) {
|
||||
t.Skip()
|
||||
}
|
||||
Reference in New Issue
Block a user