comparison tests/doctest.txt @ 0:bdc039cb1f2e

wth
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 24 Sep 2013 13:13:35 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bdc039cb1f2e
1 Test CommitWatcher
2 ================
3
4 The obligatory imports:
5
6 >>> import commitwatcher
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11