MCPcopy
hub / github.com/celery/celery / setup_method

Method setup_method

t/unit/tasks/test_result.py:654–658  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

652class test_GroupResult:
653
654 def setup_method(self):
655 self.size = 10
656 self.ts = self.app.GroupResult(
657 uuid(), make_mock_group(self.app, self.size),
658 )
659
660 @pytest.mark.usefixtures('depends_on_current_app')
661 def test_is_pickleable(self):

Callers

nothing calls this directly

Calls 2

make_mock_groupFunction · 0.85
GroupResultMethod · 0.80

Tested by

no test coverage detected