userver: pytest_userver.plugins.grpc Namespace Reference
Loading...
Searching...
No Matches
pytest_userver.plugins.grpc Namespace Reference

Detailed Description

Python plugin that provides gRPC fixtures for functional tests with testsuite; see Functional service tests (testsuite) for an introduction.

Namespaces

namespace  _hookspec
 userver pytest hooks for testing gRPC clients and services.
namespace  client
 Make gRPC requests to the service.
namespace  mockserver
 Mocks for the gRPC servers.

Variables

list pytest_plugins

Variable Documentation

◆ pytest_plugins

list pytest_userver.plugins.grpc.pytest_plugins
Initial value:
= [
'testsuite.protobuf.pytest_plugin',
'pytest_userver.plugins.core',
'pytest_userver.plugins.grpc.client',
'pytest_userver.plugins.grpc.mockserver',
]

Definition at line 9 of file __init__.py.