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?
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