view tests/doctest.txt @ 21:0706968f01bb

stub testing
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 09 Nov 2011 19:59:04 -0800
parents 3497a30190d2
children 63ff1b00ec05
line wrap: on
line source

Test fetch
================

The obligatory imports::

    >>> import fetch

Create a Fetch object::

    >>> f = fetch.Fetch(strict=True)