mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-25 13:04:59 +00:00
tests: add template tests (#2063)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
502c1eedaa
commit
f9c75d4878
2 changed files with 118 additions and 0 deletions
13
pkg/model/model_suite_test.go
Normal file
13
pkg/model/model_suite_test.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package model_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestModel(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "LocalAI model test")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue