[EMAIL PROTECTED]
> What I'd like is if I could get doctest to take my tests, and
> substitute the obtained output for the provided output.
There's currently no support for auto-updating doctests. I think it
would make for a good feature request.
In the meantime, it may not be difficult to roll
Hi,
I've got a number of doctests which rely on a certain output format,
and since I wrote the tests I've changed the output format. Now,
almost all the tests fail.
What I'd like is if I could get doctest to take my tests, and
substitute the obtained output for the provided output. Then, I coul