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 ezio.melotti
Recipients brett.cannon, ezio.melotti, flox, georg.brandl, michael.foord, r.david.murray, tarek, tim.golden
Date 2010-03-31.21:07:53
SpamBayes Score 2.60753e-05
Marked as misclassified No
Message-id <1270069675.41.0.186118955223.issue8273@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that some things can be moved in unittest, however several of the function in test_support are designed specifically for being used for the python test suite. For example temp_cwd is something that could be really useful in unittest in my opinion, however we designed it looking at our use cases. We limited its utility to what we needed and we didn't document it so that we are free to change it if/when the use cases change.

On a side node, sortdict() is probably useless now that we have assertDictEqual().
History
Date User Action Args
2010-03-31 21:07:55ezio.melottisetrecipients: + ezio.melotti, brett.cannon, georg.brandl, tim.golden, tarek, r.david.murray, michael.foord, flox
2010-03-31 21:07:55ezio.melottisetmessageid: <1270069675.41.0.186118955223.issue8273@psf.upfronthosting.co.za>
2010-03-31 21:07:53ezio.melottilinkissue8273 messages
2010-03-31 21:07:53ezio.melotticreate