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

Function valid_pack_data

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

Source from the content-addressed store, hash-verified

11
12@pytest.fixture
13def valid_pack_data():
14 return {
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 "description": NoopPack.description,
21 "categories": NoopPack.categories,
22 "run_args": [{"name": "query", "type": "string"}],
23 "dependencies": [],
24 }
25
26
27def test_fetch_remote_pack_data_success(mock_requests_get, valid_pack_data):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected