mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 22:48:13 +08:00
adds async iter tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user