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

Function pack_response_invalid_path

tests/test_get_pack.py:38–41  ·  view source on GitHub ↗
(pack_response_valid)

Source from the content-addressed store, hash-verified

36
37@pytest.fixture
38def pack_response_invalid_path(pack_response_valid):
39 invalid_path_response = PackResponse(**pack_response_valid.__dict__)
40 invalid_path_response.package_path = "some.bad.path"
41 return invalid_path_response
42
43
44@pytest.fixture

Callers

nothing calls this directly

Calls 1

PackResponseClass · 0.85

Tested by

no test coverage detected