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 mark.dickinson
Recipients mark.dickinson, vincele
Date 2009-08-06.14:35:26
SpamBayes Score 2.3319178e-09
Marked as misclassified No
Message-id <1249569331.19.0.257296505767.issue6622@psf.upfronthosting.co.za>
In-reply-to
Content
> Could someone ensure the attached unittest does the job, I blindly
> copied from above...

Unfortunately it doesn't, because the apop method needs a timestamp in the 
welcome message in order to work.  I've adapted it to make this work---see 
attached patch 'issue6622.patch'.

> I don't know how to launch an unittest with the svn 'Lib', it takes
> the system one and just messing with PYTHONPATH won't work either.

I'm not entirely sure what you're asking here.  On OS X, I usually do 
something like the following at a Terminal prompt:

newton:py3k dickinsm$ ./python.exe Lib/test/test_poplib.py

For better control over output and various other things, use the regrtest 
module:

newton:py3k dickinsm$ ./python.exe Lib/test/regrtest.py -v test_poplib

(execute Lib/test/regrtest.py --help to see a list of options).
History
Date User Action Args
2009-08-06 14:35:31mark.dickinsonsetrecipients: + mark.dickinson, vincele
2009-08-06 14:35:31mark.dickinsonsetmessageid: <1249569331.19.0.257296505767.issue6622@psf.upfronthosting.co.za>
2009-08-06 14:35:29mark.dickinsonlinkissue6622 messages
2009-08-06 14:35:28mark.dickinsoncreate