This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients eryksun, itaisteinherz, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-03-14.17:07:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1d71935a-ed86-3a1e-dfdc-9edc719dfe26@python.org>
In-reply-to <1647203968.36.0.831675353594.issue46785@roundup.psfhosted.org>
Content
>> Why can't the filename of the "foo"-like file in the test be
>> simply os_helper.TESTFN, as done in some other tests?
> 
> I suppose the current working directory will be fine. I was looking to keep the test on a NTFS filesystem, with known behavior, but there's no hard guarantee that the user's temp directory is on the system volume.

All tests should use the current working directory, or the test helper 
for getting other directories. *Do not look up other directories*, 
because it prevents test runners from ensuring that tests run in valid 
locations (and skips implicit tests for directories with spaces/Unicode 
characters/etc.)
History
Date User Action Args
2022-03-14 17:07:07steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, itaisteinherz
2022-03-14 17:07:07steve.dowerlinkissue46785 messages
2022-03-14 17:07:07steve.dowercreate