Message 79757 - Python tracker
Message79757
| 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:00 | LambertDW | set | recipients: + LambertDW, tim.peters, rhettinger, dalloliogm |
| 2009-01-13 18:04:00 | LambertDW | set | messageid: <1231869840.32.0.721674195544.issue4899@psf.upfronthosting.co.za> |
| 2009-01-13 18:03:59 | LambertDW | link | issue4899 messages |
| 2009-01-13 18:03:59 | LambertDW | create | |