This idea clearly needs a design decision. The idea is to allow custom test 
runners do define and process their own command-line options, apart from 
default ones like verbose.

Here's the ticket:

http://code.djangoproject.com/ticket/15675

Attached patch is one of possible solutions. Management command just looks 
for option_list attribute in a test runner and if it's present, adds it to 
its own option_list. Any comments or better ideas are welcome.

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

Reply via email to