MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / test_api_get_plugin_not_found

Function test_api_get_plugin_not_found

api/tests/test_plugins.py:74–76  ·  view source on GitHub ↗
(client)

Source from the content-addressed store, hash-verified

72
73@pytest.mark.asyncio
74async def test_api_get_plugin_not_found(client):
75 response = client.get("/api/plugins/test_plugin")
76 assert response.status_code == 404
77
78
79@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected