var knownTestLocale … func TestTranslation(t *testing.T) { … } func TestTranslationPlural(t *testing.T) { … } func TestTranslationUsingEnvVar(t *testing.T) { … } // resetLazyLoading allows multiple tests to test translation lazy loading by resetting the state func resetLazyLoading() { … } func TestLazyLoadTranslationFuncIsCalled(t *testing.T) { … } func TestLazyLoadTranslationFuncOnlyCalledIfTranslationsNotLoaded(t *testing.T) { … } func TestSetCustomLoadTranslationsFunc(t *testing.T) { … } func TestSetCustomLoadTranslationsFuncAfterTranslationsLoadedShouldFail(t *testing.T) { … }