On Fri, Feb 22, 2008 at 11:00 AM, Joe Gregorio <[EMAIL PROTECTED]> wrote:
>  Many unit tests done in unittest. They fall into
>  two categories, those that run locally and those
>  that run against a set of URIs on the web. Is there
>  a stdlib way of segregating those tests? All the
>  code for the resources is also checked into
>  subversion:
>
>  http://httplib2.googlecode.com/svn/trunk/test/

See test.test_support.is_resource_enabled().  You probably care about
the 'network' resource.

>  >  * Full documentation ready to go in the proper format.
>
>  Done.
>
>  http://bitworking.org/projects/httplib2/ref/

This looks like you used the old LaTeX format; there's a new format
starting with Python 2.6:

  http://docs.python.org/dev/documenting/index.html


 -Fred

-- 
Fred L. Drake, Jr. <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to