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 LambertDW
Recipients LambertDW, dalloliogm, rhettinger, tim.peters
Date 2009-01-13.18:03:59
SpamBayes Score 0.14923565
Marked as misclassified No
Message-id <1231869840.32.0.721674195544.issue4899@psf.upfronthosting.co.za>
In-reply-to
Content
For unittests I recommend two things instead of need for doctest change.
A decoupled strict test to prove that the iterator works, and this class
to publish,

class Tped_use_cases(...):

    def test_Marker_iteration(self):

        '''
            Illustrative code adapted from what is now your doctest
        '''

    ...
History
Date User Action Args
2009-01-13 18:04:00LambertDWsetrecipients: + LambertDW, tim.peters, rhettinger, dalloliogm
2009-01-13 18:04:00LambertDWsetmessageid: <1231869840.32.0.721674195544.issue4899@psf.upfronthosting.co.za>
2009-01-13 18:03:59LambertDWlinkissue4899 messages
2009-01-13 18:03:59LambertDWcreate