mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 01:15:57 +03:00
[PR #235] [MERGED] adding more test coverage #238
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#238
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/235
Author: @luthermonson
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @luthermonson
Base:
main← Head:more-coverage📝 Commits (4)
495c577adding more test coverage01eb5acmore vm test coverage1ae153aadding more node/vm coveragef982ef3remove nil check📊 Changes
20 files changed (+3180 additions, -1 deletions)
View changed files
📝
nodes.go(+1 -1)📝
nodes_test.go(+402 -0)➕
storage_test.go(+205 -0)📝
tasks_test.go(+107 -0)📝
tests/mocks/pve7x/nodes.go(+307 -0)📝
tests/mocks/pve7x/proxmox.go(+2 -0)➕
tests/mocks/pve7x/storage.go(+147 -0)➕
tests/mocks/pve7x/tasks.go(+117 -0)📝
tests/mocks/pve8x/nodes.go(+307 -0)📝
tests/mocks/pve8x/proxmox.go(+2 -0)➕
tests/mocks/pve8x/storage.go(+147 -0)➕
tests/mocks/pve8x/tasks.go(+117 -0)📝
tests/mocks/pve8x/virtual_machines.go(+147 -0)📝
tests/mocks/pve9x/nodes.go(+307 -0)📝
tests/mocks/pve9x/proxmox.go(+2 -0)➕
tests/mocks/pve9x/storage.go(+145 -0)➕
tests/mocks/pve9x/tasks.go(+117 -0)📝
tests/mocks/pve9x/virtual_machines.go(+147 -0)➕
virtual_machine_config_test.go(+222 -0)📝
virtual_machine_test.go(+232 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.