comparison tests/doctest.txt @ 0:89e0c87f09ca

initial (STUB) commit
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Dec 2012 16:41:39 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:89e0c87f09ca
1 Test bzgit
2 ================
3
4 The obligatory imports:
5
6 >>> import bzgit
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11