Mercurial > hg > SupervisorAdmin
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/doctest.txt Tue Jan 27 14:01:52 2015 -0800 @@ -0,0 +1,11 @@ +Test SupervisorAdmin +================ + +The obligatory imports: + + >>> import supervisoradmin + +Run some tests. This test will fail, please fix it: + + >>> assert True == False +