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 rhettinger
Recipients benjamin.peterson, brett.cannon, purcell, rhettinger, vdupras
Date 2008-02-21.21:38:31
SpamBayes Score 0.1076724
Marked as misclassified No
Message-id <1203629972.74.0.567714806769.issue2156@psf.upfronthosting.co.za>
In-reply-to
Content
-1 on adding these to unittest. The module is already too complex.

Mock objects have been rejected previously and the rationale still
holds.  There is no standardized approach that meets everyone's needs.
It doesn't make sense to lock in one of the many ways of doing it.

The tmpdir() method also locks-in one of many approaches.

I recommend against both additions.
History
Date User Action Args
2008-02-21 21:39:32rhettingersetspambayes_score: 0.107672 -> 0.1076724
recipients: + rhettinger, brett.cannon, purcell, benjamin.peterson, vdupras
2008-02-21 21:39:32rhettingersetspambayes_score: 0.107672 -> 0.107672
messageid: <1203629972.74.0.567714806769.issue2156@psf.upfronthosting.co.za>
2008-02-21 21:38:32rhettingerlinkissue2156 messages
2008-02-21 21:38:31rhettingercreate