#4788: django selftests should skip tests bound to fail -------------------------+-------------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: adrian Status: new | Component: Unit test system Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 -------------------------+-------------------------------------------------- There are some cases where selftests must fail, e.g. for mysql with a transaction enabled storage engine, the serialization selftests don't work because mysql tests foreign key constraints prematurely. Ideally, the test frame work should allow to skip tests properly, so that at the end of the tests you get a bottom line like: 200 tests passed; 14 skipped; 1 failure See also [http://groups.google.com/group/django- developers/browse_thread/thread/32bedb508ea037b8 this discussion]
-- Ticket URL: <http://code.djangoproject.com/ticket/4788> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
