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 eli.bendersky
Recipients Arfrever, brett.cannon, eli.bendersky, eric.snow, pitrou
Date 2013-01-26.14:31:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359210670.37.0.20073923132.issue17037@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine - I think I can see the use case. ATM, to conform to PEP399, every test _class_ has to be subclassed twice with appropriate assignment to the relevant tested class. This leads to a lot of repetition. As an example, see test_decimal.py, which does this a lot.

It would be nice to save programmers from this repetition; however, as I said before, this solution seems very complex. Maybe simpler solutions can be conceived?
History
Date User Action Args
2013-01-26 14:31:10eli.benderskysetrecipients: + eli.bendersky, brett.cannon, pitrou, Arfrever, eric.snow
2013-01-26 14:31:10eli.benderskysetmessageid: <1359210670.37.0.20073923132.issue17037@psf.upfronthosting.co.za>
2013-01-26 14:31:10eli.benderskylinkissue17037 messages
2013-01-26 14:31:10eli.benderskycreate