File size: 203 Bytes
0f07ba7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package hfapi_test

import (
	"testing"

	. "github.com/onsi/ginkgo/v2"
	. "github.com/onsi/gomega"
)

func TestHfapi(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "HuggingFace API Suite")
}