[PR #233] [MERGED] fixing pve8 unit test mocks #237

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/233
Author: @luthermonson
Created: 1/21/2026
Status: Merged
Merged: 1/21/2026
Merged by: @luthermonson

Base: mainHead: pve8-mocks


📝 Commits (1)

  • 95e22a6 fixing pve8 unit test mocks

📊 Changes

12 files changed (+2665 additions, -7 deletions)

View changed files

📝 nodes_network_test.go (+1 -1)
📝 nodes_test.go (+1 -1)
📝 proxmox_test.go (+4 -4)
📝 tests/mocks/main.go (+1 -1)
tests/mocks/pve8x/access.go (+955 -0)
tests/mocks/pve8x/cluster.go (+431 -0)
tests/mocks/pve8x/containers.go (+224 -0)
📝 tests/mocks/pve8x/nodes.go (+202 -0)
tests/mocks/pve8x/pools.go (+164 -0)
📝 tests/mocks/pve8x/proxmox.go (+6 -0)
tests/mocks/pve8x/version.go (+36 -0)
tests/mocks/pve8x/virtual_machines.go (+640 -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/luthermonson/go-proxmox/pull/233 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `pve8-mocks` --- ### 📝 Commits (1) - [`95e22a6`](https://github.com/luthermonson/go-proxmox/commit/95e22a64c152c96caad04909b35904b2b71cab21) fixing pve8 unit test mocks ### 📊 Changes **12 files changed** (+2665 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `nodes_network_test.go` (+1 -1) 📝 `nodes_test.go` (+1 -1) 📝 `proxmox_test.go` (+4 -4) 📝 `tests/mocks/main.go` (+1 -1) ➕ `tests/mocks/pve8x/access.go` (+955 -0) ➕ `tests/mocks/pve8x/cluster.go` (+431 -0) ➕ `tests/mocks/pve8x/containers.go` (+224 -0) 📝 `tests/mocks/pve8x/nodes.go` (+202 -0) ➕ `tests/mocks/pve8x/pools.go` (+164 -0) 📝 `tests/mocks/pve8x/proxmox.go` (+6 -0) ➕ `tests/mocks/pve8x/version.go` (+36 -0) ➕ `tests/mocks/pve8x/virtual_machines.go` (+640 -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>
kerem 2026-03-03 15:30:51 +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#237
No description provided.