Re: using Django unit test framework with existing production db

2008-03-31 Thread Faheem Mitha
On Fri, 28 Mar 2008 17:10:28 -0400 (EDT), Jeff Gentry <[EMAIL PROTECTED]> wrote: >> Is there some graceful way to have the Django unit test framework >> access the "production database" for certain tests as opposed to >> creating a test db? The idea is to do a basic sanity check of the >>

Re: using Django unit test framework with existing production db

2008-03-28 Thread Jeff Gentry
> Is there some graceful way to have the Django unit test framework > access the "production database" for certain tests as opposed to > creating a test db? The idea is to do a basic sanity check of the > "production db" in case the schema has changed and the db needs to be > rebuilt.

using Django unit test framework with existing production db

2008-03-28 Thread Faheem Mitha
Hi, Is there some graceful way to have the Django unit test framework access the "production database" for certain tests as opposed to creating a test db? The idea is to do a basic sanity check of the "production db" in case the schema has changed and the db needs to be rebuilt. Please CC