[PR #27] [MERGED] Integration test refactoring #116

Closed
opened 2026-05-05 11:01:47 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/27
Author: @mmatczuk
Created: 8/7/2017
Status: Merged
Merged: 8/7/2017
Merged by: @mmatczuk

Base: masterHead: mmt/integrationtest


📝 Commits (2)

  • b0e8cf8 test: moved integration to tunnel package
  • 2203f1d test: refactoring

📊 Changes

7 files changed (+353 additions, -370 deletions)

View changed files

📝 .travis.yml (+4 -11)
📝 Makefile (+24 -15)
integration_test.go (+325 -0)
integrationtest/integration_test.go (+0 -276)
integrationtest/tools.go (+0 -68)
📝 test-fixtures/selfsigned.crt (+0 -0)
📝 test-fixtures/selfsigned.key (+0 -0)

📄 Description

No description provided


🔄 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/mmatczuk/go-http-tunnel/pull/27 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 8/7/2017 **Status:** ✅ Merged **Merged:** 8/7/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/integrationtest` --- ### 📝 Commits (2) - [`b0e8cf8`](https://github.com/mmatczuk/go-http-tunnel/commit/b0e8cf8a441cf35386be4753c7d281a5c88bb272) test: moved integration to tunnel package - [`2203f1d`](https://github.com/mmatczuk/go-http-tunnel/commit/2203f1df580afb36639eb17e9843a5316086866e) test: refactoring ### 📊 Changes **7 files changed** (+353 additions, -370 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+4 -11) 📝 `Makefile` (+24 -15) ➕ `integration_test.go` (+325 -0) ➖ `integrationtest/integration_test.go` (+0 -276) ➖ `integrationtest/tools.go` (+0 -68) 📝 `test-fixtures/selfsigned.crt` (+0 -0) 📝 `test-fixtures/selfsigned.key` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:01:47 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#116
No description provided.