Is there a sensible to way "copy" databases in SQL? it's pretty obvious with things like sqlite, but outside of that seems tricky. I really like that idea, and you should definitely just be able to (at the very least) run a unique hash on the required fixtures to determine if a database is available for this or not.
On May 17, 11:28 am, Erik Rose <[email protected]> wrote: > > I would be very happy to test this against Oracle database to see is how > > much patch improves speed since previously running tests against Oracle > > has been a real pain specially all db recreate stuff took a long long > > time. > > Great! I'll post again to this thread when the patch is ready. Or, if you'd > like to try it now, you can downloadhttps://github.com/jbalogh/test-utilsand > make your test classes subclass FastFixtureTestCase rather than TestCase. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
