#15675: Allow TestRunners to define their own command-line options
-------------------------------------------+---------------------------
 Reporter:  msiedlarek                     |         Owner:  nobody
   Status:  new                            |     Milestone:
Component:  Core framework                 |       Version:  1.3
 Keywords:  test, management, test runner  |  Triage Stage:  Unreviewed
Has patch:  0                              |
-------------------------------------------+---------------------------
 The point is to allow custom test runners do define and process their own
 command-line options, apart from default ones like `verbose`.

 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15675>
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-updates@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.

Reply via email to