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 Lita.Cho
Recipients Lita.Cho, arnaut-billings, docs@python, ezio.melotti, michael.foord, zormit
Date 2014-03-10.20:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394483722.34.0.746561881889.issue20030@psf.upfronthosting.co.za>
In-reply-to
Content
Hello! I would like to tackle this. Does that mean the documentation needs to change such that it states that the TestSuite object is returned? It looks you can iterate over the unittest.suite.TestSuite object, as I am getting something like this:

<unittest.suite.TestSuite tests=[<unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_3131>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_future10>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_future3>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_future4>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_future5>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_future6>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_future7>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_future8>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_future9>]>, <unittest.suite.TestSuite tests=[<unittest.loader.ModuleImportFailure testMethod=badsyntax_pep3120>]>]>
History
Date User Action Args
2014-03-10 20:35:22Lita.Chosetrecipients: + Lita.Cho, ezio.melotti, michael.foord, docs@python, arnaut-billings, zormit
2014-03-10 20:35:22Lita.Chosetmessageid: <1394483722.34.0.746561881889.issue20030@psf.upfronthosting.co.za>
2014-03-10 20:35:22Lita.Cholinkissue20030 messages
2014-03-10 20:35:22Lita.Chocreate