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 exarkun
Recipients exarkun, georg.brandl
Date 2009-07-18.15:11:10
SpamBayes Score 4.4613727e-05
Marked as misclassified No
Message-id <1247929872.52.0.506618276219.issue6515@psf.upfronthosting.co.za>
In-reply-to
Content
The load_tests feature will be new in 2.7.  Earlier in the unittest
documentation, there's a mention that loadTestsFromModule was changed in
2.7 to add support for load_tests.  However, the main documentation for
load_tests doesn't say anything about this.  It would be good to have a
note in section 26.3.7.3.1 saying load_tests was introduced in 2.7.
History
Date User Action Args
2009-07-18 15:11:12exarkunsetrecipients: + exarkun, georg.brandl
2009-07-18 15:11:12exarkunsetmessageid: <1247929872.52.0.506618276219.issue6515@psf.upfronthosting.co.za>
2009-07-18 15:11:11exarkunlinkissue6515 messages
2009-07-18 15:11:10exarkuncreate