adding blank tests so all packages represented
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
This commit is contained in:
10
config/config_test.go
Normal file
10
config/config_test.go
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
package config_test
|
||||||
|
|
||||||
|
import (
|
||||||
|
"log"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestTrue(t *testing.T) {
|
||||||
|
log.Print("no real test")
|
||||||
|
}
|
||||||
10
db/postgres_test.go
Normal file
10
db/postgres_test.go
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
package db_test
|
||||||
|
|
||||||
|
import (
|
||||||
|
"log"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestTrue(t *testing.T) {
|
||||||
|
log.Print("no real test")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user