tests: Convert from testify to quicktest
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 10 Aug 2019 19:05:17 +0000 (21:05 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 12 Aug 2019 11:26:32 +0000 (13:26 +0200)
commit9e571827055dedb46b78c5db3d17d6913f14870b
treef5f0108afe0c9385ff6dc27664943d9f719f57ad
parent6027ee11082d0b9d72de1d4d1980a702be294ad2
tests: Convert from testify to quicktest
195 files changed:
bufferpool/bufpool_test.go
cache/filecache/filecache_config_test.go
cache/filecache/filecache_pruner_test.go
cache/filecache/filecache_test.go
cache/namedmemcache/named_cache_test.go
cache/partitioned_lazy_cache_test.go
codegen/methods_test.go
commands/commands_test.go
commands/hugo_test.go
commands/import_jekyll_test.go
commands/list_test.go
commands/new_content_test.go
commands/server_test.go
common/collections/append_test.go
common/collections/slice_test.go
common/herrors/error_locator_test.go
common/herrors/file_error_test.go
common/hreflect/helpers_test.go
common/hugo/hugo_test.go
common/hugo/version_test.go
common/loggers/loggers_test.go
common/maps/maps_test.go
common/maps/params_test.go
common/maps/scratch_test.go
common/math/math_test.go
common/text/position_test.go
common/types/evictingqueue_test.go
common/types/types_test.go
compare/compare_strings_test.go
config/configLoader_test.go
config/configProvider_test.go
config/env_test.go
config/privacy/privacyConfig_test.go
config/services/servicesConfig_test.go
create/content_test.go
deploy/deployConfig_test.go
go.mod
go.sum
helpers/content_renderer_test.go
helpers/content_test.go
helpers/general_test.go
helpers/path_test.go
helpers/pathspec_test.go
helpers/pygments_test.go
helpers/url_test.go
htesting/hqt/checkers.go [new file with mode: 0644]
hugofs/files/classifier_test.go
hugofs/filter_fs_test.go
hugofs/fs_test.go
hugofs/hashing_fs_test.go
hugofs/nosymlink_test.go
hugofs/rootmapping_fs_test.go
hugofs/walk_test.go
hugolib/alias_test.go
hugolib/cascade_test.go
hugolib/case_insensitive_test.go
hugolib/collections_test.go
hugolib/config_test.go
hugolib/configdir_test.go
hugolib/datafiles_test.go
hugolib/disableKinds_test.go
hugolib/embedded_shortcodes_test.go
hugolib/embedded_templates_test.go
hugolib/fileInfo_test.go
hugolib/filesystems/basefs_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_smoke_test.go
hugolib/image_test.go
hugolib/language_content_dir_test.go
hugolib/menu_test.go
hugolib/page_permalink_test.go
hugolib/page_test.go
hugolib/page_unwrap_test.go
hugolib/pagebundler_test.go
hugolib/pagecollections_test.go
hugolib/pages_capture_test.go
hugolib/pages_language_merge_test.go
hugolib/paths/baseURL_test.go
hugolib/paths/paths_test.go
hugolib/resource_chain_test.go
hugolib/rss_test.go
hugolib/shortcode_test.go
hugolib/site_benchmark_new_test.go
hugolib/site_output_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_engines_test.go
hugolib/template_test.go
hugolib/testhelpers_test.go
langs/i18n/i18n_test.go
langs/language_test.go
lazy/init_test.go
magefile.go
media/mediaType_test.go
metrics/metrics_test.go
minifiers/minifiers_test.go
modules/client_test.go
modules/collect_test.go
modules/config_test.go
output/layout_base_test.go
output/layout_test.go
output/outputFormat_test.go
parser/metadecoders/decoder_test.go
parser/metadecoders/format_test.go
parser/pageparser/pagelexer_test.go
related/inverted_index_test.go
releaser/git_test.go
releaser/github_test.go
releaser/releasenotes_writer_test.go
resources/image_test.go
resources/page/page_data_test.go
resources/page/page_kinds_test.go
resources/page/pagegroup_test.go
resources/page/pagemeta/page_frontmatter_test.go
resources/page/pages_cache_test.go
resources/page/pages_prev_next_test.go
resources/page/pages_related_test.go
resources/page/pages_sort_test.go
resources/page/pages_test.go
resources/page/pagination_test.go
resources/page/permalinks_test.go
resources/resource_metadata_test.go
resources/resource_test.go
resources/resource_transformers/integrity/integrity_test.go
resources/resource_transformers/postcss/postcss_test.go
resources/testhelpers_test.go
resources/transform_test.go
source/content_directory_test.go
source/fileInfo_test.go
source/filesystem_test.go
tpl/cast/cast_test.go
tpl/cast/init_test.go
tpl/collections/append_test.go
tpl/collections/apply_test.go
tpl/collections/collections_test.go
tpl/collections/complement_test.go
tpl/collections/index_test.go
tpl/collections/init_test.go
tpl/collections/merge_test.go
tpl/collections/symdiff_test.go
tpl/compare/compare_test.go
tpl/compare/init_test.go
tpl/compare/truth_test.go
tpl/crypto/crypto_test.go
tpl/crypto/init_test.go
tpl/data/data_test.go
tpl/data/init_test.go
tpl/data/resources_test.go
tpl/encoding/encoding_test.go
tpl/encoding/init_test.go
tpl/fmt/init_test.go
tpl/hugo/init_test.go
tpl/images/images_test.go
tpl/images/init_test.go
tpl/inflect/inflect_test.go
tpl/inflect/init_test.go
tpl/internal/templatefuncRegistry_test.go
tpl/lang/init_test.go
tpl/lang/lang_test.go
tpl/math/init_test.go
tpl/math/math_test.go
tpl/os/init_test.go
tpl/os/os_test.go
tpl/partials/init_test.go
tpl/path/init_test.go
tpl/path/path_test.go
tpl/reflect/init_test.go
tpl/reflect/reflect_test.go
tpl/safe/init_test.go
tpl/safe/safe_test.go
tpl/site/init_test.go
tpl/strings/init_test.go
tpl/strings/regexp_test.go
tpl/strings/strings_test.go
tpl/template_test.go
tpl/templates/init_test.go
tpl/time/init_test.go
tpl/tplimpl/shortcodes_test.go
tpl/tplimpl/template_ast_transformers_test.go
tpl/tplimpl/template_funcs_test.go
tpl/tplimpl/template_info_test.go
tpl/transform/init_test.go
tpl/transform/remarshal_test.go
tpl/transform/transform_test.go
tpl/transform/unmarshal_test.go
tpl/urls/init_test.go
tpl/urls/urls_test.go
transform/chain_test.go