mirror of
https://github.com/thegeeklab/git-sv.git
synced 2026-04-25 10:15:53 +03:00
[PR #187] [MERGED] chore: add tests for git exec commands #189
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sv#189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/thegeeklab/git-sv/pull/187
Author: @xoxys
Created: 4/22/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @xoxys
Base:
main← Head:add-tests📝 Commits (5)
c2888f8chore: add tests for git exec commandsa6620aaadd more testse1d4793unify tests676353buse asserts6a8c941fix git init branch📊 Changes
9 files changed (+1656 additions, -593 deletions)
View changed files
📝
app/app_test.go(+697 -22)📝
app/config_test.go(+81 -77)📝
go.mod(+4 -0)📝
go.sum(+1 -0)📝
sv/commit_test.go(+157 -91)📝
sv/formatter/formatter_test.go(+52 -20)📝
sv/message_test.go(+614 -356)📝
sv/releasenotes_test.go(+5 -4)📝
templates/templates_test.go(+45 -23)📄 Description
In preparation for https://github.com/thegeeklab/git-sv/issues/127, adding tests for the methods that use
gitexec commands should ensure that the migration togo-gitdoesn't break anything.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.