Versions in this module Expand all Collapse all v0 v0.28.0 Apr 16, 2026 Changes in this version + func GetLargeContent() string + func GetRepetitiveContent() string + type SampleContent struct + Content string + Description string + Name string + func GetCodeSamples() []SampleContent + type TestEnvironment struct + Cleanup func() + ConfigDir string + DataDir string + RootDir string + func NewTestEnvironment(t *testing.T) *TestEnvironment + func (e *TestEnvironment) CreateDir(t *testing.T, path string) string + func (e *TestEnvironment) CreateFile(t *testing.T, path string, content []byte) string + func (e *TestEnvironment) SetEnv(key, value string)