Re: [Pyunit-interest] unittest and __init__
Brought to you by:
purcell
From: Frank M. <fm...@qu...> - 2009-10-09 16:12:22
|
At 01:34 AM 10/9/2009, Ori Peleg wrote: >It's better not to mix and match, like you said. >PyUnit itself uses <baseclassname>.__init__ and not super(), so >that's what I would suggest. How strange . . . you are correct. For its own base class calls unittest.py uses <baseclassname> as you stated. However, there are comments that suggest that the class is "super enabled" and will support that. Thus my concern. Have you actually done this . . .either way? Frank |