(self)
| 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) |
nothing calls this directly
no test coverage detected