Explorar o código

removed print statement

Vitaly Babiy %!s(int64=16) %!d(string=hai) anos
pai
achega
d4005bd3f1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      celery/tests/test_worker_job.py

+ 0 - 1
celery/tests/test_worker_job.py

@@ -114,7 +114,6 @@ class TestTaskWrapper(unittest.TestCase):
 
     def test_execute(self):
         tid = gen_unique_id()
-        print tid
         tw = TaskWrapper("cu.mytask", tid, mytask, [4], {"f": "x"})
         self.assertEquals(tw.execute(), 256)
         meta = TaskMeta.objects.get(task_id=tid)