MCPcopy
hub / github.com/EleutherAI/lm-evaluation-harness / shared_task_manager

Function shared_task_manager

tests/test_task_manager.py:366–368  ·  view source on GitHub ↗

Create a TaskManager with default tasks

()

Source from the content-addressed store, hash-verified

364# Module-level fixture to avoid re-creating TaskManager for each test
365@pytest.fixture(scope="module")
366def shared_task_manager():
367 """Create a TaskManager with default tasks"""
368 return TaskManager()
369
370
371@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

TaskManagerClass · 0.90

Tested by

no test coverage detected