-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unit and Integration testing for server Nodejs application #8
Comments
I am excited to work on this @AnupK1234 Can you assign me this for SWOC24? |
Hey @mathanraj0601 , Thank You |
That's great @AnupK1234 . Sure i will go through guidelines |
Hey @AnupK1234 !, I am figuring out the test case for each module. Try to update with a PR mostly by the End of the week. I believe having separate PRs for each module's test cases would indeed make the review process smoother and more focused. Can I make every module test a separate PR |
No, only make a single PR. |
Okay, i will make it as a single PR @AnupK1234 Thank you |
@mathanraj0601 |
Hi @AnupK1234 , I have done integration testing for contact module. Need to cover other module integration and unit test. Most probably will update you with a PR this weekend. ( will update the task in the description accordingly ) |
@mathanraj0601 |
I am halfway through the issue i have exams and internship works so tight schedule hope you understand i will complete it ASAP |
@mathanraj0601 |
Hey @AnupK1234, Tested two major backend routes. Will complete other-module within a day |
* Solve issue #8 : Added test for Auth routes * solve issue #8 : Added test for contact routes * solve issue #8 : Updated Auth roue test * solve isseu #8 : updated Contact route test * Solve issue #8 : Added product route test * Solve issue #8 : Added unit testing for Auth middlewares * solve issue #8 : Update app.js with environment variable
Feature Request: Initiating Unit and Integration Testing
Overview
I am excited to propose the initiation of unit testing and integration testing. This feature aims to enhance the reliability and robustness of our application through comprehensive testing.
Testing Frameworks
Unit Testing: Jest
Integration Testing: SuperTest
Plan
Unit Testing:
Integration Testing:
The text was updated successfully, but these errors were encountered: