kanchy kang wrote: > Is there any improvement version for standard unittest module? > for example, output log information as files.
Several! Some build on the framework of unittest.py: nose, OOBTest, testosterone. Some don't: py.test, Sancho. -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter -- http://mail.python.org/mailman/listinfo/python-list
