-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The new shared utilities in internal/cmdutil/ (time.go, user.go, output.go, strings.go) have no unit tests. These are pure functions used by 17+ call sites — a regression here cascades everywhere.
Needed tests:
TimeAgo: zero time, past, future, boundary values (1 min, 1 hour, 1 day, 1 month, 1 year)TimeAgoFromString: empty, RFC3339, Bitbucket microsecond format, invalidGetUserDisplayName: nil, empty fields, full fields, nickname-onlyTruncateString: short, exact, over limit, with newlinesPrintJSON: valid struct, error caseConfirmPrompt: y, yes, Y, YES, no, empty, EOFPrintTableHeader: color enabled vs disabled
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request