mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
docs: improve docs coverage
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
d930adbd49
commit
2d9c1f52ea
@@ -0,0 +1,15 @@
|
||||
package docs_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/anuvu/zot/docs"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
||||
func TestDocs(t *testing.T) {
|
||||
Convey("Read docs", t, func() {
|
||||
s := docs.New()
|
||||
So(s.ReadDoc(), ShouldNotBeEmpty)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user