Skip to content
  • Philippe Pepiot's avatar
    Rework test_workflow_group() · 6cc606e5b36d
    Philippe Pepiot authored
    Drop assertion "cwtask.eid in results" which is already implicitly checked by "results[cwtask.eid]"
    Only run a group(success(), success()), which is enough for the scope of this
    test and make it compatible with celery 4 where nested groups are rewrited in a
    single group.
    Wait and test results of all subtasks, not only the first one.
    6cc606e5b36d