#23332: Change format of test runner output
-------------------------------------+-------------------------------------
     Reporter:  googol7              |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |                  Version:  1.5
    Component:  Testing framework    |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by areski):

 I think you could achieve this by hacking the
 https://docs.python.org/2/library/unittest.html#unittest.TestResult
 Here an example of testrunner adding color:
 https://github.com/stevematney/redgreenunittests

 My guess would be to use the same hack around TestResult to change the
 output format.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23332#comment:2>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.f721e2a59a0146735779e9cbbfe35e4a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to