comparison tests/doctest.txt @ 0:8d31e36f084e

initial stubbing
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 29 Feb 2012 13:09:11 -0800
parents
children 623358c3ebde
comparison
equal deleted inserted replaced
-1:000000000000 0:8d31e36f084e
1 Test FileServer
2 ================
3
4 The obligatory imports:
5
6 >>> import fileserver
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11