[PR #44] [MERGED] split integration out into their own dir to allow for unit testing #97

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

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/44
Author: @luthermonson
Created: 1/14/2023
Status: Merged
Merged: 1/14/2023
Merged by: @luthermonson

Base: mainHead: test-split


📝 Commits (1)

  • fe9da14 split integration out into their own dir to allow for unit testing

📊 Changes

13 files changed (+280 additions, -204 deletions)

View changed files

📝 .github/workflows/ci.yaml (+11 -8)
📝 README.md (+16 -10)
📝 logger.go (+6 -7)
📝 magefile.go (+12 -1)
📝 options.go (+10 -0)
📝 proxmox_test.go (+26 -156)
📝 tests/integration/access_test.go (+4 -3)
📝 tests/integration/cluster_test.go (+1 -1)
📝 tests/integration/containers_test.go (+2 -1)
tests/integration/proxmox_test.go (+172 -0)
📝 tests/integration/storage_test.go (+1 -1)
📝 tests/integration/tasks_test.go (+6 -5)
📝 tests/integration/virtual_machines_test.go (+13 -11)

📄 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/44 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 1/14/2023 **Status:** ✅ Merged **Merged:** 1/14/2023 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `test-split` --- ### 📝 Commits (1) - [`fe9da14`](https://github.com/luthermonson/go-proxmox/commit/fe9da14f128db53d4436220a4dd3d0332f386894) split integration out into their own dir to allow for unit testing ### 📊 Changes **13 files changed** (+280 additions, -204 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+11 -8) 📝 `README.md` (+16 -10) 📝 `logger.go` (+6 -7) 📝 `magefile.go` (+12 -1) 📝 `options.go` (+10 -0) 📝 `proxmox_test.go` (+26 -156) 📝 `tests/integration/access_test.go` (+4 -3) 📝 `tests/integration/cluster_test.go` (+1 -1) 📝 `tests/integration/containers_test.go` (+2 -1) ➕ `tests/integration/proxmox_test.go` (+172 -0) 📝 `tests/integration/storage_test.go` (+1 -1) 📝 `tests/integration/tasks_test.go` (+6 -5) 📝 `tests/integration/virtual_machines_test.go` (+13 -11) </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:11 +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#97
No description provided.