[PR #1135] [MERGED] Add integration test for signup #15782

Closed
opened 2025-11-02 11:54:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1135
Author: @typeless
Created: 3/7/2017
Status: Merged
Merged: 3/11/2017
Merged by: @lunny

Base: masterHead: test-signup-v2


📝 Commits (6)

  • 3ef9318 Add integration test for signup
  • 3797cbe Remove unused functions
  • cbfd523 Refactoring
  • 21613fc Add repo_create_test.go
  • d377d16 Rollback the incomplete repo create test
  • c3883a0 Comply with linter requirements and simplify the code a little bit

📊 Changes

2 files changed (+66 additions, -0 deletions)

View changed files

📝 integrations/internal/utils/utils.go (+31 -0)
integrations/signup_test.go (+35 -0)

📄 Description

Add integration test for signup.

For #63


🔄 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/gitea/pull/1135 **Author:** [@typeless](https://github.com/typeless) **Created:** 3/7/2017 **Status:** ✅ Merged **Merged:** 3/11/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `test-signup-v2` --- ### 📝 Commits (6) - [`3ef9318`](https://github.com/go-gitea/gitea/commit/3ef9318e40590efcb93476172a5c78ffbd9b9ff0) Add integration test for signup - [`3797cbe`](https://github.com/go-gitea/gitea/commit/3797cbe82840925d3b54556631bfa7da2c8a6579) Remove unused functions - [`cbfd523`](https://github.com/go-gitea/gitea/commit/cbfd523ffb23cadc98a23a14b135c1e10efa22fc) Refactoring - [`21613fc`](https://github.com/go-gitea/gitea/commit/21613fc427f8b4477fc0cdb373fd352ce080503f) Add repo_create_test.go - [`d377d16`](https://github.com/go-gitea/gitea/commit/d377d1616270c0910e300c133fed18a594446d31) Rollback the incomplete repo create test - [`c3883a0`](https://github.com/go-gitea/gitea/commit/c3883a035390575c69b67e2a585c57448eeaf844) Comply with linter requirements and simplify the code a little bit ### 📊 Changes **2 files changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `integrations/internal/utils/utils.go` (+31 -0) ➕ `integrations/signup_test.go` (+35 -0) </details> ### 📄 Description Add integration test for signup. For #63 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:54:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15782