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 lbenezriravin
Recipients lbenezriravin
Date 2018-11-19.19:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542655549.43.0.788709270274.issue35281@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to have access to the list of tests in a TestSuite object.
Currently there are two ways of doing this: I can access the protected attribute `_tests`, or I can iterate over the TestSuite and re-create data that I already have. The former option isn't part of the public API and makes mypy mad, and the latter seems redundant. Could we get a public property or getter for the internal test list (or a more appropriate implementation if necessary)?
History
Date User Action Args
2018-11-19 19:25:49lbenezriravinsetrecipients: + lbenezriravin
2018-11-19 19:25:49lbenezriravinsetmessageid: <1542655549.43.0.788709270274.issue35281@psf.upfronthosting.co.za>
2018-11-19 19:25:49lbenezriravinlinkissue35281 messages
2018-11-19 19:25:49lbenezriravincreate