Add comprehensive Unicode handling tests for psutil

- Introduced a new test suite for validating Unicode support in various psutil APIs, ensuring that all string outputs are correctly handled without raising UnicodeDecodeError.
- Implemented tests for Process methods such as cmdline(), cwd(), and name(), as well as disk and network-related functions.
- Added tests for handling invalid Unicode paths to verify robustness against encoding issues.
- Created a separate test suite for Windows-specific functionalities, ensuring compatibility and correctness across different system calls and APIs.
- Enhanced existing tests to cover edge cases and improve overall test coverage for psutil's handling of Unicode strings.
This commit is contained in:
2025-06-17 23:33:34 +02:00
parent d9abcfd67c
commit 7014a682be
70 changed files with 23771 additions and 149 deletions

View File

@@ -436,3 +436,6 @@ Session start: 2025-06-17 23:05:53
XP and level updated: 215 XP, Level 3
Session start: 2025-06-17 23:06:31
XP and level updated: 225 XP, Level 3
Session start: 2025-06-17 23:23:35
Session duration: 22 minutes and 43 seconds
Session end: 2025-06-17 23:29:19