On Mar 7, 2009, at 12:48 , Carl Witty wrote:
>
> On Sat, Mar 7, 2009 at 12:22 PM, Justin C. Walker
> wrote:
>> What am I missing?
>
> You need a blank line before "TESTS:". The way you have it now, the
> doctest system believes that the result of
P + Q == BinaryQF([Integer(1),Integer(4)
On Sat, Mar 7, 2009 at 12:22 PM, Justin C. Walker wrote:
> What am I missing?
You need a blank line before "TESTS:". The way you have it now, the
doctest system believes that the result of
>>> P + Q == BinaryQF([Integer(1),Integer(4),Integer(5)])
should be
True
TESTS:
except with negative-fo