Message79757
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
'''
... |
|
| Date |
User |
Action |
Args |
| 2009-01-13 18:04:00 | LambertDW | set | recipients:
+ LambertDW, tim.peters, rhettinger, dalloliogm |
| 2009-01-13 18:04:00 | LambertDW | set | messageid: <[email protected]> |
| 2009-01-13 18:03:59 | LambertDW | link | issue4899 messages |
| 2009-01-13 18:03:59 | LambertDW | create | |
|