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

Detailed Description

Plugin that imports the required fixtures to start the broker.

Functions

BootstrapServers _patched_bootstrap_servers_internal ()
 Used for internal testing purposes.
 
str kafka_secdist (_bootstrap_servers, service_config)
 Automatically generates secdist config from user static config.
 

Variables

list pytest_plugins
 

Function Documentation

◆ _patched_bootstrap_servers_internal()

BootstrapServers pytest_userver.plugins.kafka._patched_bootstrap_servers_internal ( )
protected

Used for internal testing purposes.

Definition at line 20 of file kafka.py.

Variable Documentation

◆ pytest_plugins

list pytest_userver.plugins.kafka.pytest_plugins
Initial value:
1= [
2 'testsuite.databases.kafka.pytest_plugin',
3 'pytest_userver.plugins.core',
4]

Definition at line 13 of file kafka.py.