Mercurial > mozilla > hg > licenser
diff tests/doctest.txt @ 15:cf920f85fb98
more stubbing
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 24 Nov 2011 12:58:32 -0800 |
parents | c3c65fb15ab3 |
children | c04a53145f19 |
line wrap: on
line diff
--- a/tests/doctest.txt Wed Nov 23 14:29:17 2011 -0800 +++ b/tests/doctest.txt Thu Nov 24 12:58:32 2011 -0800 @@ -1,11 +1,12 @@ Test licenser ================ -The obligatory imports: +The obligatory imports:: >>> import licenser - -Run some tests. This test will fail, please fix it: + >>> import os - >>> assert True == False +Run some tests:: + >>> assert os.path.exists(directory) +