Mercurial > hg > fetch
diff 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 diff
--- a/tests/doctest.txt Wed Nov 09 19:55:15 2011 -0800 +++ b/tests/doctest.txt Wed Nov 09 19:59:04 2011 -0800 @@ -1,11 +1,11 @@ Test fetch ================ -The obligatory imports: +The obligatory imports:: >>> import fetch -Run some tests. This test will fail, please fix it: +Create a Fetch object:: - >>> assert True == False + >>> f = fetch.Fetch(strict=True)