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