comparison tests/doctest.txt @ 29:2e4ed8e0a103

passing pretend tests
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 13 Dec 2012 18:05:39 -0800
parents 60d7e38a20cd
children 2fe3933f8eca
comparison
equal deleted inserted replaced
28:4bed1424bb3f 29:2e4ed8e0a103
1 Test WSGraph 1 Test WSGraph
2 ============ 2 ============
3 3
4 The obligatory imports: 4 The obligatory imports:
5 5
6 >>> import wsgraph.model import MemoryCache 6 >>> from wsgraph.model import MemoryCache
7 7