[guido@zope.com: Re: [Python-Dev] Re: WebDAV in python 2.2?]

Guido van Rossum guido@zope.com
Mon, 06 Aug 2001 00:16:49 -0400


> Tests are skipped because imports fail.  Seems reasonable to me that some
> tests might be skipped if the network isn't up.  It shouldn't be difficult
> to test if test.webdav.org is reachable and skip the davlib test if it's
> not.

Sure, but only if we absolutely cannot test that module without
reaching out over the net.

--Guido van Rossum (home page: http://www.python.org/~guido/)