From edf188e7bc83cc338a76b67c9cad8b75e0ad441d Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 4 Oct 2015 11:52:43 +0200 Subject: [PATCH] adds async iter tests --- django_q/tests/test_cached.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django_q/tests/test_cached.py b/django_q/tests/test_cached.py index 56380e1..ee05e36 100644 --- a/django_q/tests/test_cached.py +++ b/django_q/tests/test_cached.py @@ -80,6 +80,7 @@ def test_iter(broker): result_t = result(t) assert result_t is not None task_t = fetch(t) + assert task_t. __unicode__ is not None assert task_t.result == result_t assert result(t2) is not None assert result(t3) is not None