[Tutor] unittest.makeSuite question

Guillermo Fernandez Castellanos guillermo.fernandez.castellanos at gmail.com
Fri Dec 3 02:15:52 CET 2004


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


More information about the Tutor mailing list