[sage-devel] Re: Debugging a doctest failure

2009-03-07 Thread Justin C. Walker
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)

[sage-devel] Re: Debugging a doctest failure

2009-03-07 Thread Carl Witty
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