userver: /data/code/userver/testsuite/pytest_plugins/pytest_userver/plugins/rabbitmq.py Source File
⚠️ 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
rabbitmq.py
1"""
2Plugin that imports the required fixtures to start the Redis database.
3"""
4
5pytest_plugins = [
6 'testsuite.databases.rabbitmq.pytest_plugin',
7 'pytest_userver.plugins.core',
8]