Commit Graph

3 Commits

Author SHA1 Message Date
silverwind
1c4989c193 test(cmd): adapt TestCliCmdError to urfave/cli v3.10 behavior
cli v3.10.0 now prints the usage help to stdout (in addition to the
"Incorrect Usage" message on stderr) when a command gets an unknown
flag, so the test can no longer assert an empty stdout.

Assisted-by: Claude:Opus-4.8
2026-06-28 15:36:24 +02:00
Lunny Xiao
61b1a39efe chore: Move import path from code.gitea.io/gitea to gitea.dev (#37873) 2026-05-26 15:49:31 -07:00
Copilot
9b9fb95559 Improve testing init, clean up webhook tests (#37412)
Avoid webhook test fixtures affect other tests (be triggered)

Also fixed more testing problems including path init, global config
pollution & conflict

---------

Signed-off-by: silverwind <me@silverwind.io>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wxiaoguang <2114189+wxiaoguang@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
2026-04-25 18:55:18 +00:00