MCPcopy Create free account
hub / github.com/AutoPackAI/autopack / pack_response_valid

Function pack_response_valid

tests/test_get_pack.py:13–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12@pytest.fixture
13def pack_response_valid():
14 return PackResponse(
15 pack_id="autopack/tests/noop",
16 repo_url="git@github.com:AutoPackAI/autopack.git",
17 package_path="tests.data.packs.noop",
18 class_name="NoopPack",
19 name=NoopPack.name,
20 dependencies=[],
21 description=NoopPack.description,
22 categories=NoopPack.categories,
23 run_args=[{"name": "query", "type": "string"}],
24 )
25
26
27@pytest.fixture

Callers

nothing calls this directly

Calls 1

PackResponseClass · 0.85

Tested by

no test coverage detected