comparison tests/doctest.txt @ 0:3497a30190d2

initial commit of fetch, WIP
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 18 Sep 2011 10:33:04 -0700
parents
children 0706968f01bb
comparison
equal deleted inserted replaced
-1:000000000000 0:3497a30190d2
1 Test fetch
2 ================
3
4 The obligatory imports:
5
6 >>> import fetch
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11