mirror of
https://github.com/django/django.git
synced 2025-03-10 01:12:53 +00:00
Added assertions to compare results of .add(), .delete(), .touch(), .incr(), .decr(), and .get_or_set() methods. Made tests use assertIs() rather than assertTrue/False().