#23768: Rewrite template_tag.tests.TemplateTests as individual test cases
--------------------------------------+--------------------
     Reporter:  prestontimmons        |      Owner:  nobody
         Type:  Cleanup/optimization  |     Status:  new
    Component:  Template system       |    Version:  master
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+--------------------
 There are some downsides to the current format of the template tests:

 * It's impossible to use `--failfast`
 * All errors are lumped into a single failure. When working on the
 template code, a small problem can result in hundreds of errors worth of
 output.
 * When there is an error, the output isn't helpful since the test cases
 themselves are difficult to read.

 I think it would be an improvement if each template tag had it's own test
 case with each line as a separate test method.

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

Reply via email to