#15689: test --failfast doesn't stop on errors
---------------------------------------------+----------------------
               Reporter:  slinkp@…           |        Owner:  nobody
                 Status:  closed             |    Milestone:
              Component:  Testing framework  |      Version:  1.2
             Resolution:  worksforme         |     Keywords:
           Triage Stage:  Unreviewed         |    Has patch:  0
    Needs documentation:  0                  |  Needs tests:  0
Patch needs improvement:  0                  |
---------------------------------------------+----------------------
Changes (by anonymous):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => worksforme
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 It does in my experience:

 {{{
 python manage.py test --failfast
 Creating test database for alias 'default'...
 
........................................................................................................................................................................................................................................................................................................................E
 ======================================================================
 ERROR: test_active_for_...[details omitted]
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/home/kmtracey/projects/[details omitted]
 AttributeError: 'module' object has no attribute [details omitted]

 ----------------------------------------------------------------------
 Ran 313 tests in 11.486s

 FAILED (errors=1)
 Destroying test database for alias 'default'...
 }}}

 (This is with roughly 1.3 level.)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15689#comment:1>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to