N
Neil Cerutti
Perhaps try the "advanced API" and define your oen
OutputChecker to add the feature that you need.
Figuring out how to best invoke doctest with your modified
OutputChecker will take some digging in the source, probably
looking at doctest.testmod. I don't see an example in the docs.
The docstring for doctest.DocTestRunner contains the example code
I was looking for.