[PR #138] [MERGED] Add repr to some classes and add to tests #191

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

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/138
Author: @jhollowe
Created: 4/2/2023
Status: Merged
Merged: 5/6/2023
Merged by: @jhollowe

Base: developHead: add-repr


📝 Commits (1)

  • 500a8dd Add repr to some classes and add to tests

📊 Changes

13 files changed (+73 additions, -8 deletions)

View changed files

📝 proxmoxer/backends/command_base.py (+5 -1)
📝 proxmoxer/backends/local.py (+1 -0)
📝 proxmoxer/backends/openssh.py (+1 -0)
📝 proxmoxer/backends/ssh_paramiko.py (+1 -0)
📝 proxmoxer/core.py (+7 -6)
📝 proxmoxer/tools/files.py (+3 -0)
📝 tests/test_command_base.py (+6 -0)
📝 tests/test_core.py (+31 -0)
📝 tests/test_https.py (+8 -0)
📝 tests/test_local.py (+1 -1)
📝 tests/test_openssh.py (+1 -0)
📝 tests/test_paramiko.py (+1 -0)
📝 tests/tools/test_files.py (+7 -0)

📄 Description

Add __repr__ functions to select classes so printing out an object of that class contains relevant information.


🔄 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/138 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 4/2/2023 **Status:** ✅ Merged **Merged:** 5/6/2023 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `develop` ← **Head:** `add-repr` --- ### 📝 Commits (1) - [`500a8dd`](https://github.com/proxmoxer/proxmoxer/commit/500a8dd2e338491b12836510efc767805a464d8a) Add repr to some classes and add to tests ### 📊 Changes **13 files changed** (+73 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `proxmoxer/backends/command_base.py` (+5 -1) 📝 `proxmoxer/backends/local.py` (+1 -0) 📝 `proxmoxer/backends/openssh.py` (+1 -0) 📝 `proxmoxer/backends/ssh_paramiko.py` (+1 -0) 📝 `proxmoxer/core.py` (+7 -6) 📝 `proxmoxer/tools/files.py` (+3 -0) 📝 `tests/test_command_base.py` (+6 -0) 📝 `tests/test_core.py` (+31 -0) 📝 `tests/test_https.py` (+8 -0) 📝 `tests/test_local.py` (+1 -1) 📝 `tests/test_openssh.py` (+1 -0) 📝 `tests/test_paramiko.py` (+1 -0) 📝 `tests/tools/test_files.py` (+7 -0) </details> ### 📄 Description Add `__repr__` functions to select classes so printing out an object of that class contains relevant information. --- <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:50 +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#191
No description provided.