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 flox
Recipients brian.curtin, ezio.melotti, flox, pitrou
Date 2010-01-19.22:48:28
SpamBayes Score 2.259085e-06
Marked as misclassified No
Message-id <1263941312.42.0.600548570078.issue7712@psf.upfronthosting.co.za>
In-reply-to
Content
Different approach, after some other talks with Ezio and David.

Now the directory is changed before running any test.
The developer can assume that the current directory if always writable.
It makes the tests easier to write, and repeatable.

Additionally, TESTFN always contains a single filename (without path).
Before this change, it could be "/tmp/@test" or "@test", which is error-prone.

The decorator becomes useless.
History
Date User Action Args
2010-01-19 22:48:33floxsetrecipients: + flox, pitrou, ezio.melotti, brian.curtin
2010-01-19 22:48:32floxsetmessageid: <1263941312.42.0.600548570078.issue7712@psf.upfronthosting.co.za>
2010-01-19 22:48:30floxlinkissue7712 messages
2010-01-19 22:48:30floxcreate