On Fri, May 21, 2010 at 02:19:37PM -0700, John H Palmieri wrote:
> If I'm defining a new class and I want to implement a TestSuite for
> it, well, there is some stuff built in, but I should perhaps also add
> methods called "_test_X" for various values of X. If I doctest these
> via
>
> sage: o
If I'm defining a new class and I want to implement a TestSuite for
it, well, there is some stuff built in, but I should perhaps also add
methods called "_test_X" for various values of X. If I doctest these
via
sage: object._test_X()
then the same doctest will get run twice: once here, and onc