comparison tests/doctest.txt @ 0:1855ba0b873a

initial commit
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Jan 2013 21:30:20 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1855ba0b873a
1 Test MozillaHg
2 ================
3
4 The obligatory imports:
5
6 >>> import mozillahg
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11