comparison tests/doctest.txt @ 0:48d0f28311a3

init
author Jeff Hammel <k0scist@gmail.com>
date Thu, 14 Aug 2014 16:26:16 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:48d0f28311a3
1 Test kplot
2 ================
3
4 The obligatory imports:
5
6 >>> import kplot
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11