[issue2429] Patch for test_urllib2_net moving tests to use a local server

2008-03-28 Thread Gregory P. Smith

Changes by Gregory P. Smith [EMAIL PROTECTED]:


--
assignee:  - gregory.p.smith
nosy: +gregory.p.smith

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2429
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2429] Patch for test_urllib2_net moving tests to use a local server

2008-03-28 Thread Gregory P. Smith

Gregory P. Smith [EMAIL PROTECTED] added the comment:

committed to trunk in r61998.  time to watch the buildbots, it looked
good to me and passed on my machine.  i'll close it once i see buildbot
test love.

tweaks i made:  I reenabled the commented out ProxyAuth test, as it
works and I assumed that was leftover from your debugging.  I also
changed the URL in the ProxyAuth test to http://localhost just in case
it triggered any network traffic.

--
resolution:  - accepted
status: open - pending

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2429
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2429] Patch for test_urllib2_net moving tests to use a local server

2008-03-28 Thread Gregory P. Smith

Gregory P. Smith [EMAIL PROTECTED] added the comment:

all buildbots seem happy with the new tests.

--
status: pending - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2429
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2429] Patch for test_urllib2_net moving tests to use a local server

2008-03-19 Thread Michael Foord

New submission from Michael Foord [EMAIL PROTECTED]:

This patch moves some tests from test_urllib2_net to
test_urllib2_localnet. The moved tests now use a local server rather
than going out to external servers.

Mainly the work of Jerry Seutter - so blame him. ;-)

--
components: Tests
files: network_tests.patch
keywords: patch
messages: 64121
nosy: fuzzyman
severity: normal
status: open
title: Patch for test_urllib2_net moving tests to use a local server
versions: Python 2.6
Added file: http://bugs.python.org/file9777/network_tests.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2429
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com