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 maker
Recipients belopolsky, georg.brandl, maker, r.david.murray
Date 2011-08-18.15:25:18
SpamBayes Score 1.7918661e-07
Marked as misclassified No
Message-id <1313681119.33.0.222155420959.issue12757@psf.upfronthosting.co.za>
In-reply-to
Content
It is possible to retrieve the current module using _normalize_module(None), or instead use the test name (dt_test.name) just like in DocTestCase.shortDescription.

Since there is no doc about it, IMHO we should use unittest's standard as guideline, which is: 
shortDescription()
 Returns a description of the test, or None if no description has been   
 provided. The default implementation of this method returns the first 
 line of the test method’s docstring, if available, or None.
(i.e., DocTestCase._dt_test.name)

What's your opinion?
History
Date User Action Args
2011-08-18 15:25:19makersetrecipients: + maker, georg.brandl, belopolsky, r.david.murray
2011-08-18 15:25:19makersetmessageid: <1313681119.33.0.222155420959.issue12757@psf.upfronthosting.co.za>
2011-08-18 15:25:18makerlinkissue12757 messages
2011-08-18 15:25:18makercreate