On Dec 17, 11:53 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Mon, 17 Dec 2007 21:29:55 -0300, André <[EMAIL PROTECTED]>
> escribió:
>
> >> I am using the doctest.testfile() interface to load up tests that
> >> resides in a text file. Here's a description of the puzzling feature.
>
> >>
En Mon, 17 Dec 2007 21:29:55 -0300, André <[EMAIL PROTECTED]>
escribió:
>> I am using the doctest.testfile() interface to load up tests that
>> resides in a text file. Here's a description of the puzzling feature.
>>
>> The second expected "<" fails; instead, we get "<"
>>
>> file 3: all t
Oops, sorry, I made an error in the original description of the
problem (test 4 & 5 below)
On Dec 17, 8:25 pm, "André" <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I've run into a very puzzling doctest behaviour - I'm trying to narrow
> down the case
Hi everyone,
I've run into a very puzzling doctest behaviour - I'm trying to narrow
down the case of it but I'm dealing with multiple files being imported
for one of the case and I have not, so far, created a simple example.
However, just in case someone had run into something sim