-
Notifications
You must be signed in to change notification settings - Fork 184
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 Unit Tests for backend #69
Comments
you can proceed with this @yashpandey06 |
Ok thanks ! |
hey @yashpandey06 are you working on this ? if not, I would love to work on it. |
@ShreyTanna29 Currently , working on this ! thanks for the concerns 1 |
Hey Sir @Roaster05 , is this issue still open as i can see there's no linked pr to it. If so, may i work on this? |
@yashpandey06 are you still working on this? Would you like to collaborate? |
@Roaster05 is this issue still open? |
hii @yashpandey06 are you still working it. I would like to help you with the issue |
Tasks
Set Up Testing Framework:
pytest
andpytest-flask
for testing the application.Write Unit Tests for Routes:
Test Dependencies:
unittest.mock
orpytest-mock
.Test Application Context:
Organize Tests:
tests/
directory.Document Test Instructions:
Acceptance Criteria
pytest
.References
The text was updated successfully, but these errors were encountered: