Make sure you have docker and poetry installed
Install dependencies with:
poetry installMake sure nothing is already using ports 2181, 29092, 9092, e.g
lsof -i:2181Run component test with
pytest -m component tests/ --fixture_scope=sessionRun integration tests with
pytest -m integration tests/ --fixture_scope=session