Re: very puzzling doctest behaviour

2007-12-17 Thread André
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. > > >>

Re: very puzzling doctest behaviour

2007-12-17 Thread Gabriel Genellina
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

Re: very puzzling doctest behaviour

2007-12-17 Thread André
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

very puzzling doctest behaviour

2007-12-17 Thread André
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