Versions in this module Expand all Collapse all v0 v0.3.0 Jul 11, 2023 Changes in this version + const MockServerAddr + func ReadFile(t *testing.T, name string) (file []byte) + func SetupMockClient(t *testing.T) *bunnystorage.Client + func SetupMockServer(t *testing.T) (mux *http.ServeMux, teardown func()) v0.2.0 Jun 28, 2023 v0.1.0 Apr 29, 2023 Changes in this version + const ErrMissingEnvVar + const ErrTestClient + func SetupClient() (client *bunnystorage.Client, err error) + func SetupFile(t *testing.T) (name string, size int64, err error)