[PR #125] [MERGED] Move AuthenticationError to main proxmox. namespace #185

Closed
opened 2026-02-27 15:46:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/125
Author: @jhollowe
Created: 11/21/2022
Status: Merged
Merged: 11/22/2022
Merged by: @jhollowe

Base: developHead: authenticationerror


📝 Commits (2)

  • 98ed185 Move AuthenticationError (and its test) to core.py
  • c30d516 Improve VSCode task definitions

📊 Changes

9 files changed (+100 additions, -34 deletions)

View changed files

📝 .vscode/tasks.json (+73 -3)
📝 proxmoxer/backends/https.py (+7 -21)
📝 proxmoxer/core.py (+9 -0)
📝 tests/test_command_base.py (+1 -1)
📝 tests/test_core.py (+3 -3)
📝 tests/test_https.py (+4 -3)
📝 tests/test_local.py (+1 -1)
📝 tests/test_openssh.py (+1 -1)
📝 tests/test_paramiko.py (+1 -1)

📄 Description

  • Moved AuthenticationError to core.py
  • Standardized imports in tests
  • Improved VSCode task definitions

🔄 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/proxmoxer/proxmoxer/pull/125 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 11/21/2022 **Status:** ✅ Merged **Merged:** 11/22/2022 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `develop` ← **Head:** `authenticationerror` --- ### 📝 Commits (2) - [`98ed185`](https://github.com/proxmoxer/proxmoxer/commit/98ed185032a5ac3d7b2c9684890653ef16a1aea2) Move AuthenticationError (and its test) to core.py - [`c30d516`](https://github.com/proxmoxer/proxmoxer/commit/c30d5166432a33f68eec0e21db4c1186e61cafed) Improve VSCode task definitions ### 📊 Changes **9 files changed** (+100 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/tasks.json` (+73 -3) 📝 `proxmoxer/backends/https.py` (+7 -21) 📝 `proxmoxer/core.py` (+9 -0) 📝 `tests/test_command_base.py` (+1 -1) 📝 `tests/test_core.py` (+3 -3) 📝 `tests/test_https.py` (+4 -3) 📝 `tests/test_local.py` (+1 -1) 📝 `tests/test_openssh.py` (+1 -1) 📝 `tests/test_paramiko.py` (+1 -1) </details> ### 📄 Description * Moved AuthenticationError to core.py * Standardized imports in tests * Improved VSCode task definitions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:46:49 +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/proxmoxer#185
No description provided.