helm/pkg/plugin/installer
Eng Zer Jun 2e3e22a003
test: use T.TempDir to create temporary test directory
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-02-12 13:54:54 +08:00
..
base.go fix HELM PLUGINS behavior another_way 2021-08-07 09:38:17 +08:00
base_test.go add unittest 2021-08-07 09:48:37 +08:00
doc.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
http_installer.go improve the HTTP detection for tar archives 2020-09-17 11:54:07 -06:00
http_installer_test.go test: use T.TempDir to create temporary test directory 2022-02-12 13:54:54 +08:00
installer.go improve the HTTP detection for tar archives 2020-09-17 11:54:07 -06:00
installer_test.go improve the HTTP detection for tar archives 2020-09-17 11:54:07 -06:00
local_installer.go fix(pkg/plugin): copy plugins directly to the data directory (#7962) 2020-04-22 15:33:01 -07:00
local_installer_test.go test: use T.TempDir to create temporary test directory 2022-02-12 13:54:54 +08:00
vcs_installer.go fix(pkg/plugin): copy plugins directly to the data directory (#7962) 2020-04-22 15:33:01 -07:00
vcs_installer_test.go switched to stricter YAML parsing on plugin metadata files 2020-09-17 11:38:28 -07:00