kubectl/pkg/cmd/edit
Chris Bandy facdb16b53 Replace os.Setenv with testing.T.Setenv in tests
T.Setenv ensures that the environment is returned to its prior state
when the test ends. It also panics when called from a parallel test to
prevent racy test interdependencies.

Kubernetes-commit: 2181eea48435310d1b6e366ea8db2968c4941b93
2023-04-15 10:09:47 -05:00
..
testdata Remove ioutil from kubectl 2022-07-30 22:31:16 +09:00
edit.go Remove repeated info 2023-04-24 10:22:08 +05:30
edit_test.go Replace os.Setenv with testing.T.Setenv in tests 2023-04-15 10:09:47 -05:00