[Python-Dev] python -m test.regrtest should pass on an installed python (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Fri May 15 12:34:35 CEST 2009
- Previous message: [Python-Dev] python -m test.regrtest should pass on an installed python
- Next message: [Python-Dev] PEP 376 : Changing the .egg-info structure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
R. David Murray wrote:
So this posting is a general reminder that the tests should not make assumptions about the writabilty of the test directory (or, for that matter, of the CWD).
Indeed - the tempfile module is very helpful in that regard.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] python -m test.regrtest should pass on an installed python
- Next message: [Python-Dev] PEP 376 : Changing the .egg-info structure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]