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

Skip Montanaro skip@pobox.com (Skip Montanaro)
Sun, 5 Aug 2001 23:11:35 -0500


Greg> That is why I mentioned test.webdav.org :-)
Greg> But no matter... we can have a loopback-based test.

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.

Skip