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 rhettinger
Recipients lisroach, michael.foord, rhettinger, vstinner, walterqian
Date 2019-03-06.01:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551837364.76.0.0652580065965.issue36201@roundup.psfhosted.org>
In-reply-to
Content
I believe this is outside the scope of what intended.   For the most part, the test methods need to be as direct and non-magical as possible so that we're clear on what is being tested.   Another issue with built in recursion is that different people have different notions of what is atomic, different notions of search order (depth first, breadth first, pre-order, in-order, post-order, etc), and different notions on maximum depth etc.  The unittest module leaves those decisions to the tester and instead focuses on simple and direct properties of objects under test.
History
Date User Action Args
2019-03-06 01:56:04rhettingersetrecipients: + rhettinger, vstinner, michael.foord, lisroach, walterqian
2019-03-06 01:56:04rhettingersetmessageid: <1551837364.76.0.0652580065965.issue36201@roundup.psfhosted.org>
2019-03-06 01:56:04rhettingerlinkissue36201 messages
2019-03-06 01:56:04rhettingercreate