gitea.tea/tests/integration
Ross Golder a613a344de fix(test): disable gpg signing in worktree test repo (#1072)
Fixes #1071

`TestRepoFromPath_Worktree` creates a throwaway temp repo and commits to it. On machines with `commit.gpgsign=true` in global git config, the commit fails with `No secret key`.

Override the global setting by setting `commit.gpgsign=false` in the temp repo's local config so the test is environment-independent.

Reviewed-on: https://gitea.com/gitea/tea/pulls/1072
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Ross Golder <ross@golder.org>
2026-07-30 00:29:29 +00:00
..
admin_users_test.go Move sdk from code.gitea.io/sdk/gitea to gitea.dev/sdk (#1006) 2026-05-26 04:51:09 +00:00
cmd_labels_test.go fix(labels): add org label for ls and pr (#1017) 2026-06-24 17:46:12 +00:00
comments_test.go feat(comments): add list/edit/delete subcommands to tea comment (#1015) 2026-05-31 22:20:48 +00:00
config_lock_unix_test.go update import path to use gitea.dev (#1003) 2026-05-23 17:26:43 +00:00
context_init_test.go fix(context): improve local repo detection logic and test (#999) 2026-05-25 22:12:19 +00:00
git_branch_test.go Add reply to code review (#978) 2026-06-26 21:40:31 +00:00
git_repo_test.go fix(test): disable gpg signing in worktree test repo (#1072) 2026-07-30 00:29:29 +00:00
helpers_test.go Move sdk from code.gitea.io/sdk/gitea to gitea.dev/sdk (#1006) 2026-05-26 04:51:09 +00:00
pulls_reply_test.go Add reply to code review (#978) 2026-06-26 21:40:31 +00:00
repos_create_test.go Move sdk from code.gitea.io/sdk/gitea to gitea.dev/sdk (#1006) 2026-05-26 04:51:09 +00:00
sshkeys_test.go Move sdk from code.gitea.io/sdk/gitea to gitea.dev/sdk (#1006) 2026-05-26 04:51:09 +00:00
task_issue_test.go feat(assignees): add set, add, and remove assignees APIs (#1045) 2026-07-18 00:20:03 +00:00
task_labels_test.go feat(assignees): add set, add, and remove assignees APIs (#1045) 2026-07-18 00:20:03 +00:00
task_pull_test.go feat(assignees): add set, add, and remove assignees APIs (#1045) 2026-07-18 00:20:03 +00:00
wiki_test.go fix(labels): add org label for ls and pr (#1017) 2026-06-24 17:46:12 +00:00