Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cmd/gh-aw/command_groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (

// TestCommandGroupAssignments verifies that commands are assigned to appropriate groups
func TestCommandGroupAssignments(t *testing.T) {
t.Parallel()
tests := []struct {
name string
commandName string
Expand Down Expand Up @@ -105,7 +104,6 @@ func TestCommandGroupAssignments(t *testing.T) {

// TestCommandGroupsExist verifies that all expected command groups exist
func TestCommandGroupsExist(t *testing.T) {
t.Parallel()
expectedGroups := map[string]string{
"setup": "Setup Commands:",
"development": "Development Commands:",
Expand Down Expand Up @@ -139,7 +137,6 @@ func TestCommandGroupsExist(t *testing.T) {
// TestNoCommandsInAdditionalCommandsWithGroups verifies that commands that should have groups
// are not appearing in the "Additional Commands" section
func TestNoCommandsInAdditionalCommandsWithGroups(t *testing.T) {
t.Parallel()
// Commands that should NOT be in Additional Commands (should have groups)
commandsShouldHaveGroups := []string{"remove", "update", "deploy", "trial", "mcp-server", "pr"}

Expand Down