From 7a7e6935d162d4a36c7820933cda2db33440185f Mon Sep 17 00:00:00 2001 From: hakril Date: Mon, 20 May 2024 17:51:15 +0200 Subject: [PATCH] More encoding testing of CI --- tests/test_process.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_process.py b/tests/test_process.py index 5570e4a..2848e7d 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -530,4 +530,6 @@ class TestProcessWithCheckGarbage(object): def test_testouille(): + import locale + print(sys.stdout.isatty(), sys.stdout.encoding, locale.getpreferredencoding(), sys.getdefaultencoding(), sys.getfilesystemencoding()) assert sys.stdout.encoding == "BADVALUE" \ No newline at end of file