mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #488] [MERGED] Refactor test input #503
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#503
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/Telmate/proxmox-api-go/pull/488
Author: @Tinyblargon
Created: 10/19/2025
Status: ✅ Merged
Merged: 10/20/2025
Merged by: @Tinyblargon
Base:
master← Head:refactor-test-input📝 Commits (4)
e784522build: add unit and integration test commandse5e745crefactor: consolidate test settings8d534barefactor: removeTESTvariableb2ee912refactor: use correct make step📊 Changes
6 files changed (+29 additions, -17 deletions)
View changed files
📝
.github/workflows/go.yml(+1 -1)📝
Makefile(+8 -4)📝
test/api/Test.go(+4 -3)📝
test/api/preparations.go(+5 -3)📝
test/cli/preperations.go(+5 -3)📝
test/constants.go(+6 -3)📄 Description
Consolidate the setting for the integration tests.
Added
test-unitandtest-integrationoptions to make file.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.