]> git.maquefel.me Git - brevno-suite/hugo/commit
testing: Replace legacy config.toml with hugo.toml in most tests
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 27 Nov 2025 11:04:47 +0000 (12:04 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 27 Nov 2025 11:08:08 +0000 (12:08 +0100)
commit3073fd5ccf28183f6c43786345c6034bf037aa1b
tree9ba2026c320addcd03c23f9ccd3ba6cc90eb1d10
parentb9b304a126edcc2d3d1e9ace7ad119415284c1f0
testing: Replace legacy config.toml with hugo.toml in most tests
41 files changed:
common/htime/htime_integration_test.go
hugolib/config_legacy1_test.go [new file with mode: 0644]
hugolib/config_test.go
hugolib/content_map_test.go
hugolib/dates_test.go
hugolib/hugo_modules_test.go
hugolib/hugo_smoke_test.go
hugolib/hugolib_integration_test.go
hugolib/language_content_dir_test.go
hugolib/menu_test.go
hugolib/page_test.go
hugolib/paginator_test.go
hugolib/renderstring_test.go
hugolib/site_test.go
langs/i18n/i18n_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/passthrough/passthrough_integration_test.go
markup/highlight/highlight_integration_test.go
related/related_integration_test.go
resources/page/page_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/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
tpl/collections/collections_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/templates_integration_test.go
tpl/tplimpl/render_hook_integration_test.go
tpl/tplimpl/templatestore_integration_test.go
tpl/tplimpl/tplimpl_integration_test.go
tpl/transform/transform_integration_test.go