]> git.maquefel.me Git - brevno-suite/hugo/commit
testing: Rename integration_test.go to PACKAGE_integration_test.go
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 28 Jan 2024 10:41:59 +0000 (11:41 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 28 Jan 2024 10:41:59 +0000 (11:41 +0100)
commit2a0329423ce4b3359842affad76c40140d426943
tree4bdbcb23b8c49492fce0d7697893fafc9c3dfc87
parent50dc327d1aa52a785382468aaf5a5f9cae456dbf
testing: Rename integration_test.go to PACKAGE_integration_test.go

Primary motivation making them easier to find in the code editor.
67 files changed:
cache/filecache/filecache_integration_test.go [new file with mode: 0644]
cache/filecache/integration_test.go [deleted file]
common/htime/htime_integration_test.go [new file with mode: 0644]
common/htime/integration_test.go [deleted file]
config/allconfig/allconfig_integration_test.go [new file with mode: 0644]
config/allconfig/integration_test.go [deleted file]
hugolib/hugolib_integration_test.go [new file with mode: 0644]
hugolib/integration_test.go [deleted file]
hugolib/integrationtest_builder.go
langs/i18n/i18n_integration_test.go [new file with mode: 0644]
langs/i18n/integration_test.go [deleted file]
markup/goldmark/codeblocks/codeblocks_integration_test.go [new file with mode: 0644]
markup/goldmark/codeblocks/integration_test.go [deleted file]
markup/goldmark/goldmark_integration_test.go [new file with mode: 0644]
markup/goldmark/images/images_integration_test.go [new file with mode: 0644]
markup/goldmark/images/integration_test.go [deleted file]
markup/goldmark/integration_test.go [deleted file]
markup/highlight/highlight_integration_test.go [new file with mode: 0644]
markup/highlight/integration_test.go [deleted file]
markup/tableofcontents/integration_test.go [deleted file]
markup/tableofcontents/tableofcontents_integration_test.go [new file with mode: 0644]
related/integration_test.go [deleted file]
related/related_integration_test.go [new file with mode: 0644]
resources/integration_test.go [deleted file]
resources/page/integration_test.go [deleted file]
resources/page/page_integration_test.go [new file with mode: 0644]
resources/resource_factories/create/create_integration_test.go [new file with mode: 0644]
resources/resource_factories/create/integration_test.go [deleted file]
resources/resource_transformers/babel/babel_integration_test.go [new file with mode: 0644]
resources/resource_transformers/babel/integration_test.go [deleted file]
resources/resource_transformers/js/integration_test.go [deleted file]
resources/resource_transformers/js/js_integration_test.go [new file with mode: 0644]
resources/resource_transformers/minifier/integration_test.go [deleted file]
resources/resource_transformers/minifier/minifier_integration_test.go [new file with mode: 0644]
resources/resource_transformers/postcss/integration_test.go [deleted file]
resources/resource_transformers/postcss/postcss_integration_test.go [new file with mode: 0644]
resources/resource_transformers/templates/integration_test.go [deleted file]
resources/resource_transformers/templates/templates_integration_test.go [new file with mode: 0644]
resources/resource_transformers/tocss/dartsass/dartsass_integration_test.go [new file with mode: 0644]
resources/resource_transformers/tocss/dartsass/integration_test.go [deleted file]
resources/resource_transformers/tocss/scss/integration_test.go [deleted file]
resources/resource_transformers/tocss/scss/scss_integration_test.go [new file with mode: 0644]
resources/resources_integration_test.go [new file with mode: 0644]
tpl/collections/collections_integration_test.go [new file with mode: 0644]
tpl/collections/integration_test.go [deleted file]
tpl/debug/debug_integration_test.go [new file with mode: 0644]
tpl/debug/integration_test.go [deleted file]
tpl/fmt/fmt_integration_test.go [new file with mode: 0644]
tpl/fmt/integration_test.go [deleted file]
tpl/images/images_integration_test.go [new file with mode: 0644]
tpl/images/integration_test.go [deleted file]
tpl/openapi/openapi3/integration_test.go [deleted file]
tpl/openapi/openapi3/openapi3_integration_test.go [new file with mode: 0644]
tpl/os/integration_test.go [deleted file]
tpl/os/os_integration_test.go [new file with mode: 0644]
tpl/page/integration_test.go [deleted file]
tpl/page/page_integration_test.go [new file with mode: 0644]
tpl/partials/integration_test.go [deleted file]
tpl/partials/partials_integration_test.go [new file with mode: 0644]
tpl/resources/integration_test.go [deleted file]
tpl/resources/resources_integration_test.go [new file with mode: 0644]
tpl/templates/integration_test.go [deleted file]
tpl/templates/templates_integration_test.go [new file with mode: 0644]
tpl/tplimpl/integration_test.go [deleted file]
tpl/tplimpl/tplimpl_integration_test.go [new file with mode: 0644]
tpl/transform/integration_test.go [deleted file]
tpl/transform/transform_integration_test.go [new file with mode: 0644]