#11505: Django's TestCase should reset the cache
---------------------------------+------------------------------------------
 Reporter:  andrewfong           |       Owner:  nobody    
   Status:  new                  |   Milestone:            
Component:  Testing framework    |     Version:  SVN       
 Keywords:  cache testing flush  |       Stage:  Unreviewed
Has_patch:  0                    |  
---------------------------------+------------------------------------------
 In between test cases, the cache should be flushed in order to prevent one
 test case from polluting another, similar to how the database is currently
 flushed (or transactions rolled back) in Django's test case.

 This will be easier to implement if #11503 is complete

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11505>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to