Re: Current Django tests fail?

2009-10-12 Thread Russell Keith-Magee
On Mon, Oct 12, 2009 at 11:18 PM, Tim Chase wrote: > > I'm not sure why I > still only get 866 tests (my patch adds one test, bringing it to > 867) where you get 917, but at least the core passes now. This isn't necessarily an issue to be concerned about - there

Re: Current Django tests fail?

2009-10-12 Thread Tim Chase
> I just ran the full suite usine SQLite on r11603, and got 100% pass on > 917 tests. > > I can't think of an obvious cause, but the fact that you're getting > errors in runtests.py is mighty suspicious. The fact that you've got > 50 less tests than you should is also suspicious. > > My first

Re: Current Django tests fail?

2009-10-12 Thread Russell Keith-Magee
On Mon, Oct 12, 2009 at 4:14 PM, Tim Chase wrote: > > Got the following while testing latest trunk and haven't touched > this file (runtests.py). > > t...@rubbish:~/code/django/trunk/tests$ python runtests.py > --settings=settings >

Re: Current Django tests fail?

2009-10-12 Thread Chris Withers
Tim Chase wrote: > Is there something obvious I missed? Hi Tim, I do wonder if you might get more help with these problems on the Django developers list? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk

Current Django tests fail?

2009-10-12 Thread Tim Chase
Got the following while testing latest trunk and haven't touched this file (runtests.py). t...@rubbish:~/code/django/trunk/tests$ python runtests.py --settings=settings == ERROR: runTest (__main__.InvalidModelTestCase)