comparison tests/doctest.txt @ 0:cfcfa093e4b4

initial commit
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 09 Dec 2012 10:21:43 -0800
parents
children 60d7e38a20cd
comparison
equal deleted inserted replaced
-1:000000000000 0:cfcfa093e4b4
1 Test WSGraph
2 ================
3
4 The obligatory imports:
5
6 >>> import wsgraph
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11