tattle-made / feluda

A configurable engine for analysing multi-lingual and multi-modal content.

Home Page:https://tattle.co.in/products/feluda/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write Test for Queue [RabbitMQ]

aatmanvaidya opened this issue · comments

Feluda relies on tests to make sure each component if functioning properly. It help us ensure code reliability and test expected behaviour.

All the tests can be found at src/tests/ folder. The documentation for running the tests can be found on the Wiki here and here

The task is to write a test for RabbitMQ to test the connection and creation of queues.

Expected Outcome

  • write a test in this folder location - src/tests/queue/
  • The test should connect to the RabbitMQ and check if all the queues are being created properly.