#22449: Colorize output of test results
-------------------------------------+-------------------------------------
     Reporter:  Jake Rothenbuhler    |                    Owner:  Yuri
                                     |  Shikanov
         Type:  New feature          |                   Status:  assigned
    Component:  Core (Management     |                  Version:  master
  commands)                          |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Tim Graham):

 I'm not sure that including this in Django is a good idea. In particular,
 copying entire parts of Python like `TextTestRunner.run()` could be a
 maintenance headache. I found some third party solutions like
 [https://github.com/django/django/pull/9688 redgreenunittests] (which does
 the same I guess, but since it's a separate package, it can adapt more
 quickly than Django can).

 Colorizing test results sounds more like something that Python should
 allow rather than a problem that Django should solve.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22449#comment:13>
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/071.b6d2b484c50916b2a664d14c74c2b583%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to