Re: Django DocString Tests IO Issue

2009-12-03 Thread Russell Keith-Magee
On Thu, Dec 3, 2009 at 7:01 PM, Dave Fowler wrote: > Russell, thanks for the help but I beleive we're talking about a > different issue here. > > My issue is that if I do something like this > g = 5 g > 5 > > It will run the test and print out the 5 while running... > > . > 5 > .

Re: Django DocString Tests IO Issue

2009-12-03 Thread Dave Fowler
Russell, thanks for the help but I beleive we're talking about a different issue here. My issue is that if I do something like this >>> g = 5 >>> g 5 It will run the test and print out the 5 while running... . 5 .FF... and then give a Expected: 5 Got Nothing error. So its not

Re: Django DocString Tests IO Issue

2009-12-03 Thread Russell Keith-Magee
On Thu, Dec 3, 2009 at 6:29 PM, Dave Fowler wrote: > My Django tests have started to print out the results instead of > registering them for the test results.  You can see here, as the tests > are run it prints out the True and False results (where normally it > just prints out a list of periods)

Django DocString Tests IO Issue

2009-12-03 Thread Dave Fowler
My Django tests have started to print out the results instead of registering them for the test results. You can see here, as the tests are run it prints out the True and False results (where normally it just prints out a list of periods) that the docstring tests are expecting, and then latter er