mirror of
https://github.com/go-gitea/git.git
synced 2026-07-21 09:55:28 -04:00
[PR #15] [MERGED] Remove convey and use testify assert #26
Reference in New Issue
Block a user
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/go-gitea/git/pull/15
Author: @metalmatze
Created: 11/20/2016
Status: ✅ Merged
Merged: 11/21/2016
Merged by: @metalmatze
Base:
master← Head:feature/testify📝 Commits (1)
5a0d431remove 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.