Re: Why does django's default test suite runner set settings.DEBUG = False?

2010-06-17 Thread Tom Evans
On Thu, Jun 17, 2010 at 1:14 AM, Russell Keith-Magee wrote: > On Thu, Jun 17, 2010 at 5:40 AM, Peter Bengtsson wrote: >> This is a new feature of Django 1.2. I'm curious, why does it want to >> do this? I want to control this for my settings so that I

Re: Why does django's default test suite runner set settings.DEBUG = False?

2010-06-16 Thread Russell Keith-Magee
On Thu, Jun 17, 2010 at 5:40 AM, Peter Bengtsson wrote: > This is a new feature of Django 1.2. I'm curious, why does it want to > do this? I want to control this for my settings so that I can things > like disabled verify_exists on my URLFields when I run tests. No, it isn't a

Why does django's default test suite runner set settings.DEBUG = False?

2010-06-16 Thread Peter Bengtsson
This is a new feature of Django 1.2. I'm curious, why does it want to do this? I want to control this for my settings so that I can things like disabled verify_exists on my URLFields when I run tests. # django/test/simple.py class DjangoTestSuiteRunner(object): def __init__(self,