//
pkg.gl
Category
github.com/phanitejak/kptgolib
testutils
package
1.0.0
Repository:
https://github.com/phanitejak/kptgolib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
34 SLOC
#
Functions
SetEnv
SetEnv Sets necessary environment variables for the test function execution and cleans up afterwards Usage: cleanUpFunc := SetEnv(t, map[string]string{ "LOGGING_LEVEL": "debug", }) defer cleanUpFunc() ...