MCPcopy Create free account
hub / github.com/github/gh-aw / TestRemoveWorkflows

Function TestRemoveWorkflows

pkg/cli/commands_test.go:215–222  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

213}
214
215func TestRemoveWorkflows(t *testing.T) {
216 err := RemoveWorkflows("test-pattern", false, "")
217
218 // Should not error since it's a stub implementation
219 if err != nil {
220 t.Errorf("RemoveWorkflows should not return error for valid input, got: %v", err)
221 }
222}
223
224func TestStatusWorkflows(t *testing.T) {
225 err := StatusWorkflows("test-pattern", false, false, "", "", "")

Callers

nothing calls this directly

Calls 2

RemoveWorkflowsFunction · 0.85
ErrorfMethod · 0.45

Tested by

no test coverage detected