Hi, I've been through the unittest tutorial page and I've seen this function: suite = unittest.makeSuite(Testname,'test')
In the python 2.4 Python Library Reference I have find no reference to such a fucntion (there is an example, exactly the same but without the 'test' parameter). I could not really understand the sources neither... What is the 'test' parameter? Is there another possible values? Any reference of the function? Thanks! Guille _______________________________________________ Tutor maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/tutor
