Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write Test for Queue [RabbitMQ] #320

Open
aatmanvaidya opened this issue May 13, 2024 · 0 comments
Open

Write Test for Queue [RabbitMQ] #320

aatmanvaidya opened this issue May 13, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed level:feature priority:high size:1pt

Comments

@aatmanvaidya
Copy link
Collaborator

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.
@aatmanvaidya aatmanvaidya added help wanted Extra attention is needed good first issue Good for newcomers level:feature documentation Improvements or additions to documentation priority:high size:5pt size:1pt and removed size:5pt labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed level:feature priority:high size:1pt
Projects
None yet
Development

No branches or pull requests

1 participant