On Wed, Feb 17, 2010 at 5:43 PM, Phlip <phlip2...@gmail.com> wrote:
> Djangoids:
>
> As Django apps get bigger, the odds that some contributed test cases
> fail go up.
>
> (They fail for environmental reasons, and if nobody is changing their
> code at your site, then their test failures are less relevant!)
>
> How can I knock out a list of apps from the test command line?
>
> I am trying to add a --skip feature to django-test-extensions, and it
> defers to ./django/test/simple.py's run_tests(), which has no argument
> that knocks out applications.
>
> So before I go hacking Django's core, is there a back-door (or a patch
> or module out there) that I'm overlooking?

I've been told that [1]nose has this ability.

And there is the patch attached to ticket [2]8363.

-- 
Ramiro Morales  |  http://rmorales.net

1. http://somethingaboutorange.com/mrl/projects/nose/0.11.1/
2. http://code.djangoproject.com/ticket/8363

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to