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 sandro.tosi
Recipients brett.cannon, eric.araujo, r.david.murray, sandro.tosi
Date 2011-01-11.00:17:49
SpamBayes Score 7.2555313e-09
Marked as misclassified No
Message-id <AANLkTinEEsL_B7nnwr_v3on+MY-YYNv82vgExyZnKzJP@mail.gmail.com>
In-reply-to <1294362079.02.0.757131754481.issue10848@psf.upfronthosting.co.za>
Content
> R. David Murray <rdmurray@bitdance.com> added the comment:
>
> Note that based on my experience with the conversion of compileall to argparse,it is important to have good tests.  Of course, regrtest itself has no tests...

Indeed that's quite funny :) anyhow, any suggestions on how to
properly test it while porting it to argparse? f.e, I can think to get
all the examples in the devguide and make sure they work, but since
I'm new to python development I might miss something really important,
hence the commends from more experienced devs would be really
important for me :)

Cheers,
Sandro
History
Date User Action Args
2011-01-11 00:17:51sandro.tosisetrecipients: + sandro.tosi, brett.cannon, eric.araujo, r.david.murray
2011-01-11 00:17:49sandro.tosilinkissue10848 messages
2011-01-11 00:17:49sandro.tosicreate