MCPcopy Create free account
hub / github.com/cogentcore/core / TestUsage

Function TestUsage

cli/cli_test.go:340–345  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

338}
339
340func TestUsage(t *testing.T) {
341 t.Skip("prints usage string")
342 cfg := &TestConfig{}
343 us := usage(DefaultOptions("Test"), cfg, "")
344 fmt.Println(us)
345}
346
347func TestSave(t *testing.T) {
348 // t.Skip("prints usage string")

Callers

nothing calls this directly

Calls 3

DefaultOptionsFunction · 0.85
PrintlnMethod · 0.80
usageFunction · 0.70

Tested by

no test coverage detected