comparison tests/doctest.txt @ 0:f7edadebb1de

initial commit
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 17 Feb 2012 12:20:51 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f7edadebb1de
1 Test schema
2 ================
3
4 The obligatory imports:
5
6 >>> import schema
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11