{"library":"pytest-grpc","install":[{"cmd":"pip install pytest-grpc","imports":["def test_example(grpc_channel): ...","def test_example(grpc_stub): ...","def test_example(grpc_server_factory): ...","import your_service_pb2_grpc\n@pytest.fixture(scope='session')\ndef grpc_add_to_server():\n    return your_service_pb2_grpc.add_YourServiceServicer_to_server","import pytest\nclass MyServicer(YourServiceServicer):\n    ...\n@pytest.fixture(scope='session')\ndef grpc_servicer():\n    return MyServicer()"]}]}