MCPcopy
hub / github.com/spf13/pflag / TestFlagSetParse

Function TestFlagSetParse

flag_test.go:660–662  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

658}
659
660func TestFlagSetParse(t *testing.T) {
661 testParse(NewFlagSet("test", ContinueOnError), t)
662}
663
664func TestParseRepeated(t *testing.T) {
665 fs := NewFlagSet("test repeated", ContinueOnError)

Callers

nothing calls this directly

Calls 2

testParseFunction · 0.85
NewFlagSetFunction · 0.85

Tested by

no test coverage detected