Re: [Django] #15704: Make cache tests more reusable

2011-03-28 Thread Django
#15704: Make cache tests more reusable
+--
   Reporter:  jonash|Owner:  nobody
 Status:  new   |Milestone:
  Component:  Cache system  |  Version:  SVN
 Resolution:| Keywords:
   Triage Stage:  Unreviewed|Has patch:  1
Needs documentation:  0 |  Needs tests:  0
Patch needs improvement:  0 |
+--
Changes (by jonash):

 * needs_docs:   => 0
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 Sorry. Second word should obviously be "patch". Again forgot to mention
 that this passes the Django test suite.

-- 
Ticket URL: 
Django 
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.



[Django] #15704: Make cache tests more reusable

2011-03-28 Thread Django
#15704: Make cache tests more reusable
--+---
 Reporter:  jonash| Owner:  nobody
   Status:  new   | Milestone:
Component:  Cache system  |   Version:  SVN
 Keywords:|  Triage Stage:  Unreviewed
Has patch:  1 |
--+---
 I'm using the cache framework test suite that ships with Django for my own
 caching backend.

 This matches replaces the hard-coded backend paths (e.g.
 `django.core.cache.backends.db`) by class attributes, so using these tests
 for third-party backends is as easy as typing `backend_name =
 'your.cool.Backend'`.

-- 
Ticket URL: 
Django 
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.