Re: ORM tests

2010-11-27 Thread Russell Keith-Magee
On Sun, Nov 28, 2010 at 3:12 AM, dkeeney wrote: > > I am working on adding support for another database to Django's ORM. > > Is there a certain set of tests in the Django package that test the > ORM separately from other tests?  Can anyone recommend a list of tests > that I should ensure passing?

ORM tests

2010-11-27 Thread dkeeney
I am working on adding support for another database to Django's ORM. Is there a certain set of tests in the Django package that test the ORM separately from other tests? Can anyone recommend a list of tests that I should ensure passing? Offhand, I would expect *all* tests run from 'manage.py t