Browse Source

heartbeat tests passing

Ask Solem 14 years ago
parent
commit
e024978ce5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      celery/tests/test_worker/test_worker_heartbeat.py

+ 3 - 0
celery/tests/test_worker/test_worker_heartbeat.py

@@ -37,6 +37,9 @@ class MockTimer(object):
 
         return entry((msecs, fun, args, kwargs))
 
+    def cancel(self, entry):
+        entry.cancel()
+
 
 class TestHeart(unittest.TestCase):