Versions in this module Expand all Collapse all v1 v1.10.1 May 9, 2023 Changes in this version + func CreateTestDirectory(t *testing.T) (path string, cleanup func()) + func CreateTestFile(t *testing.T, path string) + func GetTestToken() string + type ServerTest struct + func NewTestServer() *ServerTest + func (ts *ServerTest) OpenAITestServer() *httptest.Server + func (ts *ServerTest) RegisterHandler(path string, handler handler)