comparison tests/doctest.txt @ 0:e58db0f06ed8

initial commit (stub)
author Jeff Hammel <k0scist@gmail.com>
date Tue, 27 Jan 2015 14:01:52 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e58db0f06ed8
1 Test SupervisorAdmin
2 ================
3
4 The obligatory imports:
5
6 >>> import supervisoradmin
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11