#12932: Django Test runner suite_result should be passed in the suite. ---------------------------+------------------------------------------------ Reporter: ericholscher | Owner: nobody Status: new | Milestone: 1.2 Component: Uncategorized | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ I have a use case where I want need the suite in the use of reporting the result. Currently I have to subclass all of run_tests to get at it:
http://github.com/ericholscher/pony_utils/blob/50355eaab2ae42e327a06380d975fae9ab33e19b/pony_utils/django/test_runner.py#L16 It also seems like allowing some (or all) of these functions should take **kwargs, so that when we find stuff like this in the future it doesn't break backwards compatibility. Stuff like setup_test_environment might not, because it's just a basic wrapper, but it seems like a good future- proofing step. Attached is a patch that does this. -- Ticket URL: <http://code.djangoproject.com/ticket/12932> 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.