#4788: django selftests should skip tests bound to fail
----------------------------+-----------------------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  russellm        
     Status:  assigned      |            Component:  Unit test system
    Version:  SVN           |           Resolution:                  
   Keywords:                |                Stage:  Accepted        
  Has_patch:  0             |           Needs_docs:  0               
Needs_tests:  0             |   Needs_better_patch:  0               
----------------------------+-----------------------------------------------
Changes (by russellm):

  * owner:  nobody => russellm
  * status:  new => assigned

Comment:

 For reference - the mysql tests aren't the only ones affected by this;
 strictly, the YAML parser tests should register as non-run/fail if you
 don't have pyYAML installed, and the markup tests should variously have
 known failures if docutils, markdown or texttile are not available. At the
 moment, YAML tests are skipped, and the markup tests become no-ops if
 their dependent libraries are not available. This leads to bugs like #5362
 - my first impression with this test was to mark it 'worksforme', until I
 realized that the test was hiding the underlying problem.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4788#comment:3>
Django Code <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