#29105: Make Default Test Output More Verbose (And Formatted Prettier)
-------------------------------------+-------------------------------------
     Reporter:  Rich Jones           |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Testing framework    |                  Version:  2.0
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  1
-------------------------------------+-------------------------------------

Comment (by Chris Jerdonek):

 I like that the default output prints just a single `.` for each test. For
 example, if you have 1000 tests, you wouldn't want 5 lines per test, or
 even one line.

 However, I agree the format can be improved when the verbosity is
 increased. I do think one of the available verbosity levels should show
 the "minimal" information needed to know what test is being run -- so
 without any divider lines, test description, etc. It can be as simple as a
 single line that looks something like:

 {{{
 Testing: <test name>
 }}}

 or perhaps prefixed with the number of the test:

 {{{
 1. Testing: <test name>
 }}}

 Higher verbosity levels can show more like the description, divider lines,
 etc.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29105#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.42d8a97ac5bc556cac7478193901dc25%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to