-
Notifications
You must be signed in to change notification settings - Fork 58
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
Create unit tests for User info API #78
Comments
@isabelcosta I would love to take this up! |
It's yours @decon-harsh :) |
This issue is completed, or still something needs to be done ? |
I have to mock the zulip functionalities @b-thebest |
@b-thebest could you help reviewing the PR? #94 |
@isabelcosta i updated my branch , but still the tests are falling , it's because of a migration issue . Comming to mocking zulip functionalities I might need some more time as I am working on an issue in BIT and I have exams too this week ! I will try to do as soon as possible. Will this works or I should prioritise it above? |
If you could provide an update on this, in the next 3 days is fine, according to our contributing guidelines. It's also okay, to leave this issue if you prefer @decon-harsh |
Yes that will work. I will try to do it asap! Thank you |
Yeah sure |
Description
As a developer,
I need have unit tests for each functionality,
so that I can be confident when building a new feature, that there are no regression on the platform.
API:
GET /api/info
The idea is to come with 3 unit tests to test this API. You may have to mock some information to properly test it.
Resources:
Acceptance Criteria
Update [Required]
GET /api/info
APIDefinition of Done
Estimation
4 hours
The text was updated successfully, but these errors were encountered: