This article was originally published by Python Magazine in
March of 2008.
Automated Testing with unittest and Proctor
Listing10.txt
$ proctorbatch --interleaved Listing9.py
Writing coverage output to .coverage
Scanning: .
0/ 1 test: Listing9.CircularReferenceTest.test ...ok
GC: Collecting...
GC: Garbage objects:
<type 'list'>
[[[...]]]
<type 'list'>
[[[...]]]
Ran 1 tests in 0.180s
OK