userver: pytest_userver.plugins.grpc Namespace Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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  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:
1= [
2 'pytest_userver.plugins.core',
3 'pytest_userver.plugins.grpc.client',
4 'pytest_userver.plugins.grpc.mockserver',
5]

Definition at line 9 of file __init__.py.