This document is for pytest_celery's development version, which can be significantly different from previous releases. Get the stable docs here: 1.0.

Source code for pytest_celery.vendors.rabbitmq.api

"""The pytest-celery plugin provides a set of built-in components called
:ref:`vendors`.

This module is part of the RabbitMQ Broker vendor.
"""

from __future__ import annotations

from pytest_celery.api.broker import CeleryTestBroker


[docs] class RabbitMQTestBroker(CeleryTestBroker): pass