#29106: Make manage.py test display the test tags that are in use
--------------------------------------+------------------------------------
     Reporter:  Rich Jones            |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Testing framework     |                  Version:  2.0
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  1                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by Tim Graham):

 * ui_ux:  1 => 0
 * stage:  Unreviewed => Accepted


Comment:

 The tests are filtered by their tag before the test suite starts running,
 therefore displaying the skipped tests isn't feasible. Even if it were
 feasible, I wouldn't want that in my own use of test tagging. When running
 Django's test suite with `--selenium`, for example, there are about 40
 tests that run out of hundreds in the complete test suite. Showing all the
 skipped tests would just clutter the output for this use case.

 Making `DiscoverRunner` displaying the tags seems fine (at verbosity 2 or
 greater).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29106#comment:1>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.01e21fbe5886b241f73eb365ff101661%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to