Re: [PATCH]: default settings for unit tests

2008-02-12 Thread Russell Keith-Magee
On Feb 12, 2008 10:47 PM, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > Hi, > when I tried to run Django's unit tests I faced a little problem: it > wanted me to create a settings file. Why don't you provide a fallback > test configuration with sqlite3 (if that exists)? That would make > testing

[PATCH]: default settings for unit tests

2008-02-12 Thread Waldemar Kornewald
Hi, when I tried to run Django's unit tests I faced a little problem: it wanted me to create a settings file. Why don't you provide a fallback test configuration with sqlite3 (if that exists)? That would make testing patches a lot easier. My patch is attached. Regards, Waldemar Kornewald --~--~--