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

Function pack_response_invalid_class

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

Source from the content-addressed store, hash-verified

43
44@pytest.fixture
45def pack_response_invalid_class(pack_response_valid):
46 invalid_class_response = PackResponse(**pack_response_valid.__dict__)
47 invalid_class_response.class_name = "InvalidClass"
48 return invalid_class_response
49
50
51@patch("autopack.get_pack.get_pack_details")

Callers

nothing calls this directly

Calls 1

PackResponseClass · 0.85

Tested by

no test coverage detected