[Python-checkins] python/dist/src/Lib/test test_urllib.py,1.9,1.10

Raymond Hettinger python@rcn.com
Fri, 25 Apr 2003 06:40:27 -0400


> Update of /cvsroot/python/python/dist/src/Lib/test
> In directory sc8-pr-cvs1:/tmp/cvs-serv3644/Lib/test
> 
> Modified Files:
> test_urllib.py 
> Log Message:
> Complete rewrite of module.  Only has tests using temporary files; net tests
> should go in test_urllibnet.py .
> 
> Still need to write tests for _urlopener usage and urlretrieve.

test_urllib.py is crashing on my fresh WinMe build:


test_fileno (__main__.urlopen_FileTests) ... FAIL
test_iter (__main__.urlopen_FileTests) ... FAIL
test_read (__main__.urlopen_FileTests) ... FAIL
test_readline (__main__.urlopen_FileTests) ... FAIL
test_readlines (__main__.urlopen_FileTests) ... FAIL


Raymond Hettinger