Results of doctest builder run on 2009-07-25 01:10:34
=====================================================

Document: getting-started
-------------------------
1 items passed all tests:
  26 tests in default
26 tests in 1 items.
26 passed and 0 failed.
Test passed.

Document: examples
------------------
1 items passed all tests:
  37 tests in default
37 tests in 1 items.
37 passed and 0 failed.
Test passed.

Document: sentinel
------------------
1 items passed all tests:
   6 tests in default
6 tests in 1 items.
6 passed and 0 failed.
Test passed.

Document: mock
--------------
**********************************************************************
File "mock.txt", line 183, in default
Failed example:
    mock()
Expected:
    6
Got:
    3
**********************************************************************
1 items had failures:
   1 of  50 in default
50 tests in 1 items.
49 passed and 1 failed.
***Test Failed*** 1 failures.

Doctest summary
===============
  119 tests
    1 failure in tests
    0 failures in setup code
