mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +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().