Commit Graph

7 Commits

Author SHA1 Message Date
7014a682be 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.
2025-06-17 23:33:34 +02:00
d9abcfd67c ok1 2025-06-17 23:14:55 +02:00
49f03659df new version with ROL timer 2025-02-07 11:33:02 +01:00
f6417c78dd new version 2025-01-18 21:14:47 +01:00
92eb89cd22 firefox_window now works 2025-01-08 20:55:52 +01:00
0febf44e28 working version 2025-01-08 00:11:57 +01:00
9cebe9cef9 now with python 2025-01-07 22:07:42 +01:00