dyus / sbus

python service bus based on amqp protocol and rabbbitMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version Build Status Coverage Status

Testing

There are two ways to execute tests (docker required):

# all tests will be executed in docker container
docker-compose -f docker/docker-compose.yml run tests

# or start RabbitMQ only and execute tests locally
docker-compose -f docker/docker-compose.yml up rabbitmq
export RABBITMQ_HOST=<docker host>
pip install -e .[test]
pytest

About

python service bus based on amqp protocol and rabbbitMQ


Languages

Language:Python 99.4%Language:Makefile 0.6%