Mercurial > hg > WSGraph
comparison tests/doctest.txt @ 26:60d7e38a20cd
mostly notes to self
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 12 Dec 2012 18:42:13 -0800 |
parents | cfcfa093e4b4 |
children | 2e4ed8e0a103 |
comparison
equal
deleted
inserted
replaced
25:d1a8c1436ded | 26:60d7e38a20cd |
---|---|
1 Test WSGraph | 1 Test WSGraph |
2 ================ | 2 ============ |
3 | 3 |
4 The obligatory imports: | 4 The obligatory imports: |
5 | 5 |
6 >>> import wsgraph | 6 >>> import wsgraph.model import MemoryCache |
7 | 7 |
8 Run some tests. This test will fail, please fix it: | |
9 | |
10 >>> assert True == False | |
11 |