MCPcopy Create free account
hub / github.com/claw-bench/claw-bench / cal_task

Method cal_task

tests/unit/test_task_loader.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84
85 @pytest.fixture
86 def cal_task(self) -> TaskConfig:
87 return load_task(CAL_001_DIR)
88
89 def test_load_returns_task_config(self, cal_task):
90 assert isinstance(cal_task, TaskConfig)

Callers

nothing calls this directly

Calls 1

load_taskFunction · 0.90

Tested by

no test coverage detected