[PR #1682] [MERGED] Add git clone test on integration test #15994

Closed
opened 2025-11-02 11:59:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1682
Author: @lunny
Created: 5/5/2017
Status: Merged
Merged: 11/2/2017
Merged by: @bkcsoft

Base: masterHead: lunny/integration_git_clone_test


📝 Commits (8)

  • 4604981 add git clone test on integration test
  • 35937bd use assert.False to simple code
  • 914c96b remove dependency lib
  • ed598b8 fix git tests
  • 03c30e0 fix git test
  • 75b6172 use random listen port instead a fixed port
  • 9972941 Merge branch 'master' into lunny/integration_git_clone_test
  • 0112f7e Merge branch 'master' into lunny/integration_git_clone_test

📊 Changes

2 files changed (+65 additions, -2 deletions)

View changed files

integrations/git_test.go (+60 -0)
📝 integrations/integration_test.go (+5 -2)

📄 Description

Add git clone test on integration test and in this PR I used github.com/src-d/go-git but it seems it don't support git push.


🔄 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/1682 **Author:** [@lunny](https://github.com/lunny) **Created:** 5/5/2017 **Status:** ✅ Merged **Merged:** 11/2/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `lunny/integration_git_clone_test` --- ### 📝 Commits (8) - [`4604981`](https://github.com/go-gitea/gitea/commit/46049815f8e50b4841fa16d71c3888dc2228395b) add git clone test on integration test - [`35937bd`](https://github.com/go-gitea/gitea/commit/35937bdb50caf589e6f284f29cda27f3acedcb39) use assert.False to simple code - [`914c96b`](https://github.com/go-gitea/gitea/commit/914c96bae0422534b203b01a3f91a4eabab342c7) remove dependency lib - [`ed598b8`](https://github.com/go-gitea/gitea/commit/ed598b86f560590c396c01a3b2ba77819ddf9e2d) fix git tests - [`03c30e0`](https://github.com/go-gitea/gitea/commit/03c30e082b07c2ae178bfbafaa2f6e325bc07f1d) fix git test - [`75b6172`](https://github.com/go-gitea/gitea/commit/75b617237e91bde0fa66c989a589f1d3ba70a0ef) use random listen port instead a fixed port - [`9972941`](https://github.com/go-gitea/gitea/commit/9972941ea65627d4562a26706470bf18e64a1eda) Merge branch 'master' into lunny/integration_git_clone_test - [`0112f7e`](https://github.com/go-gitea/gitea/commit/0112f7e9d4deef236b9db75bd35fb9edd8bdf425) Merge branch 'master' into lunny/integration_git_clone_test ### 📊 Changes **2 files changed** (+65 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `integrations/git_test.go` (+60 -0) 📝 `integrations/integration_test.go` (+5 -2) </details> ### 📄 Description Add git clone test on integration test and in this PR I used `github.com/src-d/go-git` but it seems it don't support `git push`. --- <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:59:49 -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#15994