comparison 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
comparison
equal deleted inserted replaced
14:ed9d64d1fd32 15:cf920f85fb98
1 Test licenser 1 Test licenser
2 ================ 2 ================
3 3
4 The obligatory imports: 4 The obligatory imports::
5 5
6 >>> import licenser 6 >>> import licenser
7 >>> import os
7 8
8 Run some tests. This test will fail, please fix it: 9 Run some tests::
9 10
10 >>> assert True == False 11 >>> assert os.path.exists(directory)
11 12