mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
More encoding testing of CI
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user