#12991: Django 1.2 should have optional support for unittest2 ----------------------------------------+----------------------------------- Reporter: ericholscher | Owner: nobody Status: new | Milestone: 1.2 Component: Testing framework | Version: SVN Resolution: | Keywords: Stage: Unreviewed | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | ----------------------------------------+----------------------------------- Changes (by ericholscher):
* needs_better_patch: => 0 * needs_tests: => 0 * needs_docs: => 0 Comment: We should also think about trying to move toward the new unit test discovery framework instead of rolling our own. I talked to Michael Foord, and he says that doing: try: import unittest2 as unittest except ImportError: import unittest Should get us some nice new features, like the fancy dict diffing, for free. Then we can use that as a stepping ground for getting more of the useful stuff in core. -- Ticket URL: <http://code.djangoproject.com/ticket/12991#comment:1> Django <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 django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.