mirror of
https://github.com/django/django.git
synced 2025-02-02 05:40:39 +00:00
9762617a03
Added assertions to compare results of .add(), .delete(), .touch(), .incr(), .decr(), and .get_or_set() methods. Made tests use assertIs() rather than assertTrue/False().