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 test' to pass
on a brand new app with only the database configured into
settings.py.  However, running that test suite gets many failures, and
each is announced with a simple one-word error message line:
'ERROR' .  This is not how other test-runners I have used announce
failures.

Thanks in advance.
David

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

Reply via email to