[New-bugs-announce] [issue41069] Use non-ascii file names in tests by default

Serhiy Storchaka report at bugs.python.org
Sun Jun 21 17:18:39 EDT 2020


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The following PR increases coverage of tests by making some paths non-ascii:

1. test.support.TESTFN now contains non-ascii characters if possible.
2. The temporary directory used as current working directory in tests also contains non-ascii characters if possible.

This helped to catch and fix one bug in zipfile and two bugs in handling PYTHONSTARTUP.

----------
components: Tests
messages: 372022
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Use non-ascii file names in tests by default
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41069>
_______________________________________


More information about the New-bugs-announce mailing list