diff --git a/cache/filecache/integration_test.go b/cache/filecache/filecache_integration_test.go similarity index 100% rename from cache/filecache/integration_test.go rename to cache/filecache/filecache_integration_test.go diff --git a/common/htime/integration_test.go b/common/htime/htime_integration_test.go similarity index 100% rename from common/htime/integration_test.go rename to common/htime/htime_integration_test.go diff --git a/config/allconfig/integration_test.go b/config/allconfig/allconfig_integration_test.go similarity index 100% rename from config/allconfig/integration_test.go rename to config/allconfig/allconfig_integration_test.go diff --git a/hugolib/integration_test.go b/hugolib/hugolib_integration_test.go similarity index 100% rename from hugolib/integration_test.go rename to hugolib/hugolib_integration_test.go diff --git a/hugolib/integrationtest_builder.go b/hugolib/integrationtest_builder.go index 34d3c5530..3fec04df0 100644 --- a/hugolib/integrationtest_builder.go +++ b/hugolib/integrationtest_builder.go @@ -90,6 +90,7 @@ func TestRunning(t testing.TB, files string, opts ...TestOpt) *IntegrationTestBu return NewIntegrationTestBuilder(cfg).Build() } +// In most cases you should not use this function directly, but the Test or TestRunning function. func NewIntegrationTestBuilder(conf IntegrationTestConfig) *IntegrationTestBuilder { // Code fences. conf.TxtarString = strings.ReplaceAll(conf.TxtarString, "ยงยงยง", "```") diff --git a/langs/i18n/integration_test.go b/langs/i18n/i18n_integration_test.go similarity index 100% rename from langs/i18n/integration_test.go rename to langs/i18n/i18n_integration_test.go diff --git a/markup/goldmark/codeblocks/integration_test.go b/markup/goldmark/codeblocks/codeblocks_integration_test.go similarity index 100% rename from markup/goldmark/codeblocks/integration_test.go rename to markup/goldmark/codeblocks/codeblocks_integration_test.go diff --git a/markup/goldmark/integration_test.go b/markup/goldmark/goldmark_integration_test.go similarity index 100% rename from markup/goldmark/integration_test.go rename to markup/goldmark/goldmark_integration_test.go diff --git a/markup/goldmark/images/integration_test.go b/markup/goldmark/images/images_integration_test.go similarity index 100% rename from markup/goldmark/images/integration_test.go rename to markup/goldmark/images/images_integration_test.go diff --git a/markup/highlight/integration_test.go b/markup/highlight/highlight_integration_test.go similarity index 100% rename from markup/highlight/integration_test.go rename to markup/highlight/highlight_integration_test.go diff --git a/markup/tableofcontents/integration_test.go b/markup/tableofcontents/tableofcontents_integration_test.go similarity index 100% rename from markup/tableofcontents/integration_test.go rename to markup/tableofcontents/tableofcontents_integration_test.go diff --git a/related/integration_test.go b/related/related_integration_test.go similarity index 100% rename from related/integration_test.go rename to related/related_integration_test.go diff --git a/resources/page/integration_test.go b/resources/page/page_integration_test.go similarity index 100% rename from resources/page/integration_test.go rename to resources/page/page_integration_test.go diff --git a/resources/resource_factories/create/integration_test.go b/resources/resource_factories/create/create_integration_test.go similarity index 100% rename from resources/resource_factories/create/integration_test.go rename to resources/resource_factories/create/create_integration_test.go diff --git a/resources/resource_transformers/babel/integration_test.go b/resources/resource_transformers/babel/babel_integration_test.go similarity index 100% rename from resources/resource_transformers/babel/integration_test.go rename to resources/resource_transformers/babel/babel_integration_test.go diff --git a/resources/resource_transformers/js/integration_test.go b/resources/resource_transformers/js/js_integration_test.go similarity index 100% rename from resources/resource_transformers/js/integration_test.go rename to resources/resource_transformers/js/js_integration_test.go diff --git a/resources/resource_transformers/minifier/integration_test.go b/resources/resource_transformers/minifier/minifier_integration_test.go similarity index 100% rename from resources/resource_transformers/minifier/integration_test.go rename to resources/resource_transformers/minifier/minifier_integration_test.go diff --git a/resources/resource_transformers/postcss/integration_test.go b/resources/resource_transformers/postcss/postcss_integration_test.go similarity index 100% rename from resources/resource_transformers/postcss/integration_test.go rename to resources/resource_transformers/postcss/postcss_integration_test.go diff --git a/resources/resource_transformers/templates/integration_test.go b/resources/resource_transformers/templates/templates_integration_test.go similarity index 100% rename from resources/resource_transformers/templates/integration_test.go rename to resources/resource_transformers/templates/templates_integration_test.go diff --git a/resources/resource_transformers/tocss/dartsass/integration_test.go b/resources/resource_transformers/tocss/dartsass/dartsass_integration_test.go similarity index 100% rename from resources/resource_transformers/tocss/dartsass/integration_test.go rename to resources/resource_transformers/tocss/dartsass/dartsass_integration_test.go diff --git a/resources/resource_transformers/tocss/scss/integration_test.go b/resources/resource_transformers/tocss/scss/scss_integration_test.go similarity index 100% rename from resources/resource_transformers/tocss/scss/integration_test.go rename to resources/resource_transformers/tocss/scss/scss_integration_test.go diff --git a/resources/integration_test.go b/resources/resources_integration_test.go similarity index 100% rename from resources/integration_test.go rename to resources/resources_integration_test.go diff --git a/tpl/collections/integration_test.go b/tpl/collections/collections_integration_test.go similarity index 100% rename from tpl/collections/integration_test.go rename to tpl/collections/collections_integration_test.go diff --git a/tpl/debug/integration_test.go b/tpl/debug/debug_integration_test.go similarity index 100% rename from tpl/debug/integration_test.go rename to tpl/debug/debug_integration_test.go diff --git a/tpl/fmt/integration_test.go b/tpl/fmt/fmt_integration_test.go similarity index 100% rename from tpl/fmt/integration_test.go rename to tpl/fmt/fmt_integration_test.go diff --git a/tpl/images/integration_test.go b/tpl/images/images_integration_test.go similarity index 100% rename from tpl/images/integration_test.go rename to tpl/images/images_integration_test.go diff --git a/tpl/openapi/openapi3/integration_test.go b/tpl/openapi/openapi3/openapi3_integration_test.go similarity index 100% rename from tpl/openapi/openapi3/integration_test.go rename to tpl/openapi/openapi3/openapi3_integration_test.go diff --git a/tpl/os/integration_test.go b/tpl/os/os_integration_test.go similarity index 100% rename from tpl/os/integration_test.go rename to tpl/os/os_integration_test.go diff --git a/tpl/page/integration_test.go b/tpl/page/page_integration_test.go similarity index 100% rename from tpl/page/integration_test.go rename to tpl/page/page_integration_test.go diff --git a/tpl/partials/integration_test.go b/tpl/partials/partials_integration_test.go similarity index 100% rename from tpl/partials/integration_test.go rename to tpl/partials/partials_integration_test.go diff --git a/tpl/resources/integration_test.go b/tpl/resources/resources_integration_test.go similarity index 100% rename from tpl/resources/integration_test.go rename to tpl/resources/resources_integration_test.go diff --git a/tpl/templates/integration_test.go b/tpl/templates/templates_integration_test.go similarity index 100% rename from tpl/templates/integration_test.go rename to tpl/templates/templates_integration_test.go diff --git a/tpl/tplimpl/integration_test.go b/tpl/tplimpl/tplimpl_integration_test.go similarity index 100% rename from tpl/tplimpl/integration_test.go rename to tpl/tplimpl/tplimpl_integration_test.go diff --git a/tpl/transform/integration_test.go b/tpl/transform/transform_integration_test.go similarity index 100% rename from tpl/transform/integration_test.go rename to tpl/transform/transform_integration_test.go