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

Add test coverage for worker code #240

Open
ri-pandey opened this issue May 8, 2024 · 0 comments
Open

Add test coverage for worker code #240

ri-pandey opened this issue May 8, 2024 · 0 comments
Assignees

Comments

@ri-pandey
Copy link
Contributor

The worker code currently doesn't have test coverage.

Coverage can be added in a few different ways:

  1. End-to-end tests (will need a dedicated CI env (which is capable of connecting to workers) for this work)
  2. Unit tests (this will involve mocking a lot of services - API/Postgres/Mongo/RabbitMQ/SDA, etc.)

At this point it's best to pick one strategy which seems feasible for starting to add some coverage on the worker code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant