[PR #488] [MERGED] Refactor test input #503

Closed
opened 2026-02-28 00:42:26 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: refactor-test-input


📝 Commits (4)

  • e784522 build: add unit and integration test commands
  • e5e745c refactor: consolidate test settings
  • 8d534ba refactor: remove TEST variable
  • b2ee912 refactor: 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-unit and test-integration options to make file.


🔄 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/Telmate/proxmox-api-go/pull/488 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 10/19/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `refactor-test-input` --- ### 📝 Commits (4) - [`e784522`](https://github.com/Telmate/proxmox-api-go/commit/e784522b22e88ebaad7c7ac31cd6f04ed8fbad81) build: add unit and integration test commands - [`e5e745c`](https://github.com/Telmate/proxmox-api-go/commit/e5e745c26c68cc1f949af879c24c894c58f36759) refactor: consolidate test settings - [`8d534ba`](https://github.com/Telmate/proxmox-api-go/commit/8d534ba70bfc38a980d34de42697b5303c404dda) refactor: remove `TEST` variable - [`b2ee912`](https://github.com/Telmate/proxmox-api-go/commit/b2ee91221969d6ae8ecd2fb18bdee8c05155a224) refactor: use correct make step ### 📊 Changes **6 files changed** (+29 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Consolidate the setting for the integration tests. Added `test-unit` and `test-integration` options to make file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:26 +03:00
Sign in to join this conversation.
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/proxmox-api-go#503
No description provided.