[PR #15] [MERGED] Remove convey and use testify assert #26

Closed
opened 2026-02-16 10:23:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/15
Author: @metalmatze
Created: 11/20/2016
Status: Merged
Merged: 11/21/2016
Merged by: @metalmatze

Base: masterHead: feature/testify


📝 Commits (1)

  • 5a0d431 remove convey and use testify assert

📊 Changes

92 files changed (+4538 additions, -7115 deletions)

View changed files

📝 blob_test.go (+9 -20)
vendor/github.com/davecgh/go-spew/LICENSE (+15 -0)
vendor/github.com/davecgh/go-spew/spew/bypass.go (+152 -0)
vendor/github.com/davecgh/go-spew/spew/bypasssafe.go (+38 -0)
vendor/github.com/davecgh/go-spew/spew/common.go (+341 -0)
vendor/github.com/davecgh/go-spew/spew/config.go (+297 -0)
vendor/github.com/davecgh/go-spew/spew/doc.go (+202 -0)
vendor/github.com/davecgh/go-spew/spew/dump.go (+509 -0)
vendor/github.com/davecgh/go-spew/spew/format.go (+419 -0)
vendor/github.com/davecgh/go-spew/spew/spew.go (+148 -0)
vendor/github.com/jtolds/gls/LICENSE (+0 -18)
vendor/github.com/jtolds/gls/README.md (+0 -89)
vendor/github.com/jtolds/gls/context.go (+0 -144)
vendor/github.com/jtolds/gls/gen_sym.go (+0 -13)
vendor/github.com/jtolds/gls/id_pool.go (+0 -34)
vendor/github.com/jtolds/gls/stack_tags.go (+0 -43)
vendor/github.com/jtolds/gls/stack_tags_js.go (+0 -101)
vendor/github.com/jtolds/gls/stack_tags_main.go (+0 -61)
vendor/github.com/pmezard/go-difflib/LICENSE (+27 -0)
vendor/github.com/pmezard/go-difflib/difflib/difflib.go (+758 -0)

...and 72 more files

📄 Description

Remove tests with goconvey and use stdlib test with testify assert.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/15 **Author:** [@metalmatze](https://github.com/metalmatze) **Created:** 11/20/2016 **Status:** ✅ Merged **Merged:** 11/21/2016 **Merged by:** [@metalmatze](https://github.com/metalmatze) **Base:** `master` ← **Head:** `feature/testify` --- ### 📝 Commits (1) - [`5a0d431`](https://github.com/go-gitea/git/commit/5a0d431f54cf612c87f4ac8d4c7512e7275a05a1) remove convey and use testify assert ### 📊 Changes **92 files changed** (+4538 additions, -7115 deletions) <details> <summary>View changed files</summary> 📝 `blob_test.go` (+9 -20) ➕ `vendor/github.com/davecgh/go-spew/LICENSE` (+15 -0) ➕ `vendor/github.com/davecgh/go-spew/spew/bypass.go` (+152 -0) ➕ `vendor/github.com/davecgh/go-spew/spew/bypasssafe.go` (+38 -0) ➕ `vendor/github.com/davecgh/go-spew/spew/common.go` (+341 -0) ➕ `vendor/github.com/davecgh/go-spew/spew/config.go` (+297 -0) ➕ `vendor/github.com/davecgh/go-spew/spew/doc.go` (+202 -0) ➕ `vendor/github.com/davecgh/go-spew/spew/dump.go` (+509 -0) ➕ `vendor/github.com/davecgh/go-spew/spew/format.go` (+419 -0) ➕ `vendor/github.com/davecgh/go-spew/spew/spew.go` (+148 -0) ➖ `vendor/github.com/jtolds/gls/LICENSE` (+0 -18) ➖ `vendor/github.com/jtolds/gls/README.md` (+0 -89) ➖ `vendor/github.com/jtolds/gls/context.go` (+0 -144) ➖ `vendor/github.com/jtolds/gls/gen_sym.go` (+0 -13) ➖ `vendor/github.com/jtolds/gls/id_pool.go` (+0 -34) ➖ `vendor/github.com/jtolds/gls/stack_tags.go` (+0 -43) ➖ `vendor/github.com/jtolds/gls/stack_tags_js.go` (+0 -101) ➖ `vendor/github.com/jtolds/gls/stack_tags_main.go` (+0 -61) ➕ `vendor/github.com/pmezard/go-difflib/LICENSE` (+27 -0) ➕ `vendor/github.com/pmezard/go-difflib/difflib/difflib.go` (+758 -0) _...and 72 more files_ </details> ### 📄 Description Remove tests with goconvey and use stdlib test with testify assert. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:23:53 -05:00
yindo closed this issue 2026-02-16 10:23:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#26