On 2010-02-17, at 12:43 PM, Phlip 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?

In the past for this I've defined a custom test runner:

http://docs.djangoproject.com/en/dev/ref/settings/#test-runner

But I haven't seen anything else that does that.
--
  Andy McKay, @clearwind
  http://clearwind.ca/djangoski

-- 
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