Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eder0782
/
localAi
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4931689
localAi
/
pkg
/
startup
/
startup_suite_test.go
eder0782
inicio
7def60a
7 months ago
raw
Copy download link
history
blame
Safe
204 Bytes
package
startup_test
import
(
"testing"
.
"github.com/onsi/ginkgo/v2"
.
"github.com/onsi/gomega"
)
func
TestStartup
(t *testing.T)
{
RegisterFailHandler(Fail)
RunSpecs(t,
"LocalAI startup test"
)
}