#15638: unittest.TestCase subclasses can't be run individually -------------------------------+--------------------------- Reporter: SmileyChris | Owner: nobody Status: new | Milestone: 1.3 Component: Testing framework | Version: SVN Keywords: | Triage Stage: Unreviewed Has patch: 0 | -------------------------------+--------------------------- Trying to run `manage.py test someapp.MyTest` doesn't work any more if it's a subclass of `unittest.TestCase`, since Django now only considers it a test if it's a subclass of the newly included `unittest2` module
-- Ticket URL: <http://code.djangoproject.com/ticket/15638> 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 [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.
