MCPcopy
hub / github.com/keploy/keploy / SetSelectedTestSets

Function SetSelectedTestSets

config/config.go:315–320  ·  view source on GitHub ↗
(conf *Config, testSets []string)

Source from the content-addressed store, hash-verified

313}
314
315func SetSelectedTestSets(conf *Config, testSets []string) {
316 conf.Report.SelectedTestSets = make(map[string][]string)
317 for _, testSet := range testSets {
318 conf.Report.SelectedTestSets[testSet] = []string{}
319 }
320}
321
322func SetSelectedTestsNormalize(conf *Config, value string) error {
323 value = strings.TrimSpace(value)

Callers 1

ValidateFlagsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected