Skip to content

Development

First clone the rabbit-client repository and create a virtual environment.

Setup environment

provisioning the environment

docker-compose up -d

Install development dependencies

make install-deps

Run Lint

Runs: isort > black > flake8 > mypy.

make lint

Run Tests

make tests

Run Tox

python versions: [3.8, 3.9].

make tox