mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[PR #44] [MERGED] split integration out into their own dir to allow for unit testing #97
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:test-split📝 Commits (1)
fe9da14split 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.