[PR #63] [MERGED] removing route abstract and using gock directly #116

Closed
opened 2026-03-03 15:30:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/63
Author: @luthermonson
Created: 6/4/2023
Status: Merged
Merged: 6/5/2023
Merged by: @luthermonson

Base: mainHead: more-mocks


📝 Commits (1)

  • 72d6597 removing route abstract and using gock directly

📊 Changes

9 files changed (+149 additions, -211 deletions)

View changed files

📝 proxmox_test.go (+28 -60)
📝 tests/mocks/main.go (+0 -38)
tests/mocks/pve6x/main.go (+0 -29)
tests/mocks/pve6x/proxmox.go (+21 -0)
📝 tests/mocks/pve7x/access.go (+20 -15)
tests/mocks/pve7x/main.go (+0 -67)
tests/mocks/pve7x/proxmox.go (+59 -0)
tests/mocks/pve7x/version.go (+19 -0)
📝 tests/mocks/versions.go (+2 -2)

📄 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/luthermonson/go-proxmox/pull/63 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 6/4/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `more-mocks` --- ### 📝 Commits (1) - [`72d6597`](https://github.com/luthermonson/go-proxmox/commit/72d6597647703a4c53fc67dc5c86dd0f42b260c1) removing route abstract and using gock directly ### 📊 Changes **9 files changed** (+149 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `proxmox_test.go` (+28 -60) 📝 `tests/mocks/main.go` (+0 -38) ➖ `tests/mocks/pve6x/main.go` (+0 -29) ➕ `tests/mocks/pve6x/proxmox.go` (+21 -0) 📝 `tests/mocks/pve7x/access.go` (+20 -15) ➖ `tests/mocks/pve7x/main.go` (+0 -67) ➕ `tests/mocks/pve7x/proxmox.go` (+59 -0) ➕ `tests/mocks/pve7x/version.go` (+19 -0) 📝 `tests/mocks/versions.go` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:16 +03: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
starred/go-proxmox#116
No description provided.