]> git.maquefel.me Git - brevno-suite/hugo/commit
testing: Port integration tests to new templates structure
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 27 Nov 2025 09:42:29 +0000 (10:42 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 27 Nov 2025 11:00:15 +0000 (12:00 +0100)
commitb9b304a126edcc2d3d1e9ace7ad119415284c1f0
treea6c8966ddc618e019c8035c02905874400c19376
parent8be30ef2cbaf3d1b1e5767be8b59c16812d0000c
testing: Port integration tests to new templates structure

As introduced in  v0.146.0. Keep some legecy test to preserve backwards compatibility.
110 files changed:
cache/filecache/filecache_integration_test.go
common/htime/htime_integration_test.go
common/hugo/hugo_integration_test.go
common/paths/paths_integration_test.go
config/allconfig/allconfig_integration_test.go
hugolib/404_test.go
hugolib/alias_test.go
hugolib/cascade_test.go
hugolib/config_test.go
hugolib/configdir_test.go
hugolib/content_map_test.go
hugolib/content_render_hooks_test.go
hugolib/datafiles_test.go
hugolib/dates_test.go
hugolib/disableKinds_test.go
hugolib/embedded_templates_test.go
hugolib/filesystems/basefs_test.go
hugolib/frontmatter_test.go
hugolib/hugo_modules_test.go
hugolib/hugo_sites_build_errors_test.go
hugolib/hugo_sites_build_test.go
hugolib/hugo_sites_multihost_test.go
hugolib/hugo_sites_test.go
hugolib/hugo_smoke_test.go
hugolib/hugolib_integration_test.go
hugolib/language_content_dir_test.go
hugolib/language_test.go
hugolib/menu_test.go
hugolib/minify_publisher_test.go
hugolib/mount_filters_test.go
hugolib/page__fragments_test.go
hugolib/page__meta_test.go
hugolib/page_permalink_test.go
hugolib/page_test.go
hugolib/pagebundler_test.go
hugolib/pagecollections_test.go
hugolib/pages_language_merge_test.go
hugolib/pagesfromdata/pagesfromgotmpl_integration_test.go
hugolib/paginator_test.go
hugolib/params_test.go
hugolib/rebuild_test.go
hugolib/rendershortcodes_test.go
hugolib/renderstring_test.go
hugolib/resource_chain_test.go
hugolib/rss_test.go
hugolib/securitypolicies_test.go
hugolib/segments/segments_integration_test.go
hugolib/siteJSONEncode_test.go
hugolib/site_sections_test.go
hugolib/site_stats_test.go
hugolib/site_test.go
hugolib/site_url_test.go
hugolib/sitemap_test.go
hugolib/taxonomy_test.go
hugolib/template_test.go
internal/js/esbuild/batch_integration_test.go
langs/i18n/i18n_integration_test.go
main_test.go
markup/goldmark/blockquotes/blockquotes_integration_test.go
markup/goldmark/codeblocks/codeblocks_integration_test.go
markup/goldmark/goldmark_integration_test.go
markup/goldmark/images/images_integration_test.go
markup/goldmark/internal/extensions/attributes/attributes_integration_test.go
markup/goldmark/passthrough/passthrough_integration_test.go
markup/goldmark/tables/tables_integration_test.go
markup/goldmark/toc_integration_test.go
markup/highlight/highlight_integration_test.go
markup/tableofcontents/tableofcontents_integration_test.go
related/related_integration_test.go
resources/images/images_golden_integration_test.go
resources/images/images_integration_test.go
resources/page/page_integration_test.go
resources/page/page_markup_integration_test.go
resources/page/pagemeta/pagemeta_integration_test.go
resources/page/pages_prev_next_integration_test.go
resources/page/path_integration_test.go
resources/page/permalinks_integration_test.go
resources/page/site_integration_test.go
resources/page/taxonomy_integration_test.go
resources/resource/resources_integration_test.go
resources/resource_factories/create/create_integration_test.go
resources/resource_transformers/babel/babel_integration_test.go
resources/resource_transformers/cssjs/postcss_integration_test.go
resources/resource_transformers/cssjs/tailwindcss_integration_test.go
resources/resource_transformers/js/js_integration_test.go
resources/resource_transformers/minifier/minifier_integration_test.go
resources/resource_transformers/templates/templates_integration_test.go
resources/resource_transformers/tocss/dartsass/dartsass_integration_test.go
resources/resource_transformers/tocss/scss/scss_integration_test.go
resources/resources_integration_test.go
resources/transform_integration_test.go
tpl/collections/collections_integration_test.go
tpl/debug/debug_integration_test.go
tpl/fmt/fmt_integration_test.go
tpl/images/images_integration_test.go
tpl/os/os_integration_test.go
tpl/page/page_integration_test.go
tpl/partials/partials_integration_test.go
tpl/resources/resources_integration_test.go
tpl/templates/defer_integration_test.go
tpl/templates/init.go
tpl/templates/templates_integration_test.go
tpl/tplimpl/legacy_integration_test.go [deleted file]
tpl/tplimpl/render_hook_integration_test.go
tpl/tplimpl/shortcodes_integration_test.go
tpl/tplimpl/template_funcs_test.go
tpl/tplimpl/templatestore_integration_test.go
tpl/tplimpl/templatestore_legacy1_integration_test.go [new file with mode: 0644]
tpl/tplimpl/tplimpl_integration_test.go
tpl/transform/transform_integration_test.go